2 references to IncrementalHash
System.Security.Cryptography (2)
System\Security\Cryptography\IncrementalHash.cs (2)
286
new
IncrementalHash
(_algorithmName, _hmac!.Clone());
387
return new
IncrementalHash
(hashAlgorithm, new HMACCommon(hashAlgorithm.Name, key, -1));