3 references to Kerberos
System (3)
net\System\Net\_NTAuthentication.cs (1)
267
return (object) m_LastProtocolName == (object) NegotiationInfoClass.
Kerberos
;
net\System\Net\_SSPIWrapper.cs (2)
904
if (string.Compare(name,
Kerberos
, StringComparison.OrdinalIgnoreCase)==0) {
905
AuthenticationPackage =
Kerberos
;