Class TimestampAlgorithmInfo

TimestampAlgorithmInfo class

Represents a class for the information about the timestamp signature algorithm.

public sealed class TimestampAlgorithmInfo : SignatureAlgorithmInfo

Properties

NameDescription
SignatureName { get; }Gets the name of the signature field.

Methods

NameDescription
override ToString()Converts the current information object to its string representation.

Fields

NameDescription
readonly AlgorithmTypeGets the type of the signature algorithm used for signing the PDF document.
readonly ContentHashAlgorithmGets the hash algorithm that hashed the content of the document and then signed it using DigestHashAlgorithm.
readonly CryptographicStandardGets the cryptographic standard used for signing the PDF document.
readonly DigestHashAlgorithmGets the digest hash algorithm used for the signature. For a timestamp, this is the digest hash algorithm with which the hash of the document content is signed.

See Also