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