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