2 references to Algorithm
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (2)
46
bool isAlgorithmSpecified = digestResponse.Parameters.TryGetValue(
Algorithm
, out algorithm);
183
sb.AppendKeyValue(
Algorithm
, algorithm, includeQuotes: false, includeComma: isQopSpecified);