2 references to VerifyHash
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
426
return
VerifyHash
(hashVal, null, rgbSignature);
441
return
VerifyHash
(rgbHash, null, rgbSignature);