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