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