TimestampAlgorithmInfo

TimestampAlgorithmInfo

Overview

TimestampAlgorithmInfo is a class in Aspose.PDF FOSS for .NET. Inherits from: SignatureAlgorithmInfo.

Algorithm info for an RFC 3161 document-timestamp signature (/SubFilter ETSI.RFC3161).

This class provides 3 methods for working with TimestampAlgorithmInfo objects in .NET programs. Available methods include: SignatureAlgorithmInfo, TimestampAlgorithmInfo, ToString. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: ContentHashAlgorithm, SignatureName.

Properties

NameTypeAccessDescription
ContentHashAlgorithmDigestHashAlgorithmReadDigest algorithm of the timestamp’s messageImprint — i.e.
SignatureNamestringReadPartial name (leaf) of the signature field.

Methods

SignatureDescription
TimestampAlgorithmInfo()Calls TimestampAlgorithmInfo on this TimestampAlgorithmInfo instance.
SignatureAlgorithmInfo(signatureName: string)Calls SignatureAlgorithmInfo(signatureName) on this TimestampAlgorithmInfo instance.
ToString()Calls ToString on this TimestampAlgorithmInfo instance.