9 references to ComputeHash
System.Net.Http (9)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (9)
86sb.AppendKeyValue(Username, ComputeHash(credential.UserName + ":" + realm, algorithm)); 144a1 = ComputeHash(a1, algorithm) + ":" + nonce + ":" + cnonce; 151a2 = a2 + ":" + ComputeHash(content, algorithm); 157response = ComputeHash(ComputeHash(a1, algorithm) + ":" + 162ComputeHash(a2, algorithm), algorithm); 166response = ComputeHash(ComputeHash(a1, algorithm) + ":" + 168ComputeHash(a2, algorithm), algorithm);