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