3 references to HashAlgorithmId
NuGet.Packaging (1)
Signing\Timestamp\Rfc3161TimestampTokenInfoNetstandard21Wrapper.cs (1)
39public Oid HashAlgorithmId => _rfc3161TimestampTokenInfo.HashAlgorithmId;
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
168hashAlgorithmId == TokenInfo.HashAlgorithmId.Value; 173Oid hashAlgorithmId = TokenInfo.HashAlgorithmId;