4 references to VerifyHash
mscorlib (4)
system\security\cryptography\rsacryptoserviceprovider.cs (3)
336return VerifyHash(hashVal, calgHash, signature); 374return VerifyHash(rgbHash, calgHash, rgbSignature); 639return VerifyHash(hash, GetAlgorithmId(hashAlgorithm), signature);
system\security\cryptography\rsapkcs1signaturedeformatter.cs (1)
78return ((RSACryptoServiceProvider)_rsaKey).VerifyHash(rgbHash, calgHash, rgbSignature);