3 references to NtlmScheme
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))
126
TryGetValidAuthenticationChallengeForScheme(
NtlmScheme
, AuthenticationType.Ntlm, authUri, credentials, authenticationHeaderValues, out challenge) ||
229
Debug.Assert(pool.PreAuthCredentials.GetCredential(authUri,
NtlmScheme
) == null);