2 instantiations of DigestResponse
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (2)
248
var digestResponse = new
DigestResponse
(challenge.ChallengeData);
257
digestResponse = new
DigestResponse
(challengeData);
6 references to DigestResponse
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (2)
187
private static async ValueTask<bool> TrySetDigestAuthToken(HttpRequestMessage request, NetworkCredential credential,
DigestResponse
digestResponse, bool isProxyAuth)
248
var
digestResponse = new DigestResponse(challenge.ChallengeData);
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (4)
39
public static async Task<string?> GetDigestTokenForCredential(NetworkCredential credential, HttpRequestMessage request,
DigestResponse
digestResponse)
159
DigestResponse
.NonceCount + ":" +
192
sb.AppendKeyValue(NC,
DigestResponse
.NonceCount, includeQuotes: false);
201
public static bool IsServerNonceStale(
DigestResponse
digestResponse)