6 references to Kerberos
System.Net.Security (6)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (2)
134
yield return new KeyValuePair<string, string>(NegotiationInfoClass.
Kerberos
, KerberosOid);
286
KerberosOid => NegotiationInfoClass.
Kerberos
,
System\Net\NegotiateAuthenticationPal.Unix.cs (3)
465
else if (string.Equals(package, NegotiationInfoClass.
Kerberos
, StringComparison.OrdinalIgnoreCase))
649
_package = isNtlmUsed ? NegotiationInfoClass.NTLM : NegotiationInfoClass.
Kerberos
;
721
_package = isNtlmUsed ? NegotiationInfoClass.NTLM : NegotiationInfoClass.
Kerberos
;
System\Net\Security\NegotiateAuthentication.cs (1)
408
if (_pal.Package == NegotiationInfoClass.
Kerberos
)