3 references to HashData
System.Security.Cryptography (3)
System\Security\Cryptography\RSA.cs (3)
322result = HashData(array, 0, data.Length, hashAlgorithm); 397byte[] hash = HashData(data, offset, count, hashAlgorithm); 661byte[] hash = HashData(data, offset, count, hashAlgorithm);