1 write to SchemeName
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
38
SchemeName
= schemeName;
4 references to SchemeName
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
255
if (TryGetRepeatedChallenge(response, challenge.
SchemeName
, isProxyAuth, out string? challengeData))
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (3)
173
Package = challenge.
SchemeName
,
198
SetRequestAuthenticationHeaderValue(request, new AuthenticationHeaderValue(challenge.
SchemeName
, challengeResponse), isProxyAuth);
201
if (authContext.IsAuthenticated || !TryGetChallengeDataForScheme(challenge.
SchemeName
, GetResponseAuthenticationHeaderValues(response, isProxyAuth), out challengeData))