2 references to HashStream
System.Security.Cryptography (2)
System\Security\Cryptography\CryptographicOperations.cs (1)
269int written = LiteHashProvider.HashStream(hashAlgorithm.Name, source, destination);
System\Security\Cryptography\HashStatic.cs (1)
76return LiteHashProvider.HashStream(THash.HashAlgorithmName, source, destination);