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