2 references to HashStream
System.Security.Cryptography (2)
System\Security\Cryptography\CryptographicOperations.cs (1)
231return LiteHashProvider.HashStream(hashAlgorithm.Name, hashSizeInBytes, source);
System\Security\Cryptography\HashStatic.cs (1)
87return LiteHashProvider.HashStream(THash.HashAlgorithmName, THash.HashSizeInBytes, source);