5 references to VerifyHash
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
392
if (!token.
VerifyHash
(GetMessageHash().Span, HashAlgorithmId.Value))
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (4)
112
if (
VerifyHash
(hash, PkcsHelpers.GetOidFromHashAlgorithm(hashAlgorithm)))
138
if (
VerifyHash
(hash, hashAlgorithmId.Value))
185
return
VerifyHash
(stackSpan.Slice(0, bytesWritten), hashAlgorithmId.Value);
193
return
VerifyHash
(hasher.GetHashAndReset(), hashAlgorithmId.Value);