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
Name | Description |
---|---|
IdentifierNo | Gets or sets the unique identifier number associated with the time stamp. |
CertificateName | Gets or sets the name of the certificate used for the time stamp. |
PrincipleNo | Gets or sets the principle number associated with the time stamp certificate. |
Date | Gets or sets the date and time when the time stamp was created. |
DigestAlgorithm | Gets or sets the algorithm used for calculating the document digest. |
DigesthAlgorithmString | Gets or sets the string representation of the digest algorithm used for the time stamp. |
CertificateData | Gets or sets the raw certificate data associated with the time stamp. |
OwnerDescription | Gets or sets additional descriptive information about the time stamp owner. |
Owner | Gets or sets the name or identifier of the time stamp owner. |
IsValid | Gets or sets a value indicating whether the time stamp is valid. |
SerialNo | Gets or sets the serial number of the time stamp certificate. |