2 references to TryHashData
System.Security.Cryptography (2)
System\Security\Cryptography\RSA.cs (2)
416
if (
TryHashData
(data, destination, hashAlgorithm, out int hashLength) &&
687
if (
TryHashData
(data, hash, hashAlgorithm, out hashLength))