Skip to main content

DocumentTimeStamp

The DocumentTimeStamp class represents time stamp information for a digitally signed document, containing certificate data, ownership information, and validation status.

The DocumentTimeStamp class is used to store and manage digital time stamp information for documents. It contains various properties that hold certificate information, owner details, and validation status of the time stamp.

Each instance of this class represents a single time stamp entry with its associated metadata and certificate information. The class is primarily used in digital signature operations to verify and validate document timestamps.

Properties

NameDescription
CertificateDataGets or sets the raw certificate data associated with the time stamp.
CertificateNameGets or sets the name of the certificate used for the time stamp.
PrincipleNoGets or sets the principle number associated with the time stamp certificate.
OwnerGets or sets the name or identifier of the time stamp owner.
IdentifierNoGets or sets the unique identifier number associated with the time stamp.
DigestAlgorithmGets or sets the algorithm used for calculating the document digest.
IsValidGets or sets a value indicating whether the time stamp is valid.
DigesthAlgorithmStringGets or sets the string representation of the digest algorithm used for the time stamp.
DateGets or sets the date and time when the time stamp was created.
OwnerDescriptionGets or sets additional descriptive information about the time stamp owner.
SerialNoGets or sets the serial number of the time stamp certificate.