5 references to AuthenticationModuleElement
System (5)
net\System\Net\Configuration\AuthenticationModulesSection.cs (5)
49
new
AuthenticationModuleElement
(typeof(NegotiateClient).AssemblyQualifiedName));
51
new
AuthenticationModuleElement
(typeof(KerberosClient).AssemblyQualifiedName));
53
new
AuthenticationModuleElement
(typeof(NtlmClient).AssemblyQualifiedName));
55
new
AuthenticationModuleElement
(typeof(DigestClient).AssemblyQualifiedName));
57
new
AuthenticationModuleElement
(typeof(BasicClient).AssemblyQualifiedName));