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
| Name | Type | Access | Description |
|---|---|---|---|
ContentHashAlgorithm | DigestHashAlgorithm | Read | Digest algorithm of the timestamp’s messageImprint — i.e. |
SignatureName | string | Read | Partial name (leaf) of the signature field. |
Methods
| Signature | Description |
|---|---|
TimestampAlgorithmInfo() | Calls TimestampAlgorithmInfo on this TimestampAlgorithmInfo instance. |
SignatureAlgorithmInfo(signatureName: string) | Calls SignatureAlgorithmInfo(signatureName) on this TimestampAlgorithmInfo instance. |
ToString() | Calls ToString on this TimestampAlgorithmInfo instance. |