6 references to Kerberos
System.Net.Security (6)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (2)
134yield return new KeyValuePair<string, string>(NegotiationInfoClass.Kerberos, KerberosOid); 286KerberosOid => NegotiationInfoClass.Kerberos,
System\Net\NegotiateAuthenticationPal.Unix.cs (3)
465else 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)
408if (_pal.Package == NegotiationInfoClass.Kerberos)