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