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