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