3 references to NegotiateScheme
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (3)
71if (StringComparer.OrdinalIgnoreCase.Equals(NegotiateScheme, ahv.Scheme) || StringComparer.OrdinalIgnoreCase.Equals(NtlmScheme, ahv.Scheme)) 125TryGetValidAuthenticationChallengeForScheme(NegotiateScheme, AuthenticationType.Negotiate, authUri, credentials, authenticationHeaderValues, out challenge) || 228Debug.Assert(pool.PreAuthCredentials.GetCredential(authUri, NegotiateScheme) == null);