2 references to HashStreamAsync
System.Security.Cryptography (2)
System\Security\Cryptography\CryptographicOperations.cs (1)
366
return LiteHashProvider.
HashStreamAsync
(hashAlgorithm.Name, source, cancellationToken);
System\Security\Cryptography\HashStatic.cs (1)
98
return LiteHashProvider.
HashStreamAsync
(THash.HashAlgorithmName, source, cancellationToken);