3 references to HashData
System.Security.Cryptography (3)
System\Security\Cryptography\CryptographicOperations.cs (2)
122int written = HashProviderDispenser.OneShotHashProvider.HashData(hashAlgorithm.Name, source, buffer); 196bytesWritten = HashProviderDispenser.OneShotHashProvider.HashData(hashAlgorithm.Name, source, destination);
System\Security\Cryptography\HashStatic.cs (1)
59bytesWritten = HashProviderDispenser.OneShotHashProvider.HashData(THash.HashAlgorithmName, source, destination);