3 references to VerifyHash
System.Security.Cryptography (3)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (3)
500
return
VerifyHash
(hashVal, calgHash, signature);
512
return
VerifyHash
(rgbHash, calgHash, rgbSignature);
659
return
VerifyHash
(hash, GetAlgorithmId(hashAlgorithm), signature);