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