3 references to KerberosClient
System (3)
net\System\Net\Configuration\AuthenticationModulesSection.cs (1)
51
new AuthenticationModuleElement(typeof(
KerberosClient
).AssemblyQualifiedName));
net\System\Net\CredentialCache.cs (2)
69
|| (string.Compare(authType,
KerberosClient
.AuthType, StringComparison.OrdinalIgnoreCase)==0)
112
|| (string.Compare(authenticationType,
KerberosClient
.AuthType, StringComparison.OrdinalIgnoreCase)==0)