2 references to VerifyHash
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseSign1Message.cs (2)
634
return
VerifyHash
(key, hasher, hashAlgorithm, keyType, padding);
733
bool retVal =
VerifyHash
(key, hasher, hashAlgorithm, keyType, padding);