DocumentTimeStamp Properties
An object defining properties for the DocumentTimeStamp class.
IdentifierNo
Gets or sets the unique identifier number associated with the time stamp.
Type: string
The IdentifierNo property stores a unique identifier number that is associated with the time stamp. This identifier can be used for tracking, referencing, or validating the time stamp entry in the system.
CertificateName
Gets or sets the name of the certificate used for the time stamp.
Type: string
The CertificateName property contains the name or identifier of the digital certificate that was used to create the time stamp. This information helps in identifying and tracking which certificate was used in the time stamping process.
PrincipleNo
Gets or sets the principle number associated with the time stamp certificate.
Type: string
The PrincipleNo property stores the principle number that is associated with the digital certificate used for time stamping. This number can be used to identify the certificate authority or the organizational principle under which the time stamp was created.
Date
Gets or sets the date and time when the time stamp was created.
Type: DateTimeOffset?
The Date property represents the exact date and time when the time stamp was created or applied to the document. This nullable DateTime value is essential for tracking when the document was time-stamped and can be used for verification and auditing purposes.
DigestAlgorithm
Gets or sets the algorithm used for calculating the document digest.
Type: string
The DigestAlgorithm property specifies the cryptographic hash algorithm used to generate the document's digest. This algorithm is crucial for verifying the integrity of the time-stamped document.
DigesthAlgorithmString
Gets or sets the string representation of the digest algorithm used for the time stamp.
Type: string
The DigesthAlgorithmString property provides a string representation of the cryptographic hash algorithm used for generating the document's digest. This property can be used when a string format of the algorithm name is needed, such as for display or logging purposes.
CertificateData
Gets or sets the raw certificate data associated with the time stamp.
The CertificateData property holds the raw binary data of the digital certificate associated with the time stamp. This data can be used to verify the authenticity and integrity of the time stamp.
OwnerDescription
Gets or sets additional descriptive information about the time stamp owner.
Type: string
The OwnerDescription property provides additional descriptive information about the owner of the time stamp. This can include details such as title, department, role, or any other relevant information about the owner.
Owner
Gets or sets the name or identifier of the time stamp owner.
Type: string
The Owner property contains the name or identifier of the entity that owns or created the time stamp. This could be an individual, organization, or system that generated the time stamp.
IsValid
Gets or sets a value indicating whether the time stamp is valid.
Type: bool
The IsValid property indicates whether the time stamp is currently valid and can be trusted. A value of true means the time stamp has been verified and is authentic, while false indicates that the time stamp may be invalid, expired, or tampered with.
SerialNo
Gets or sets the serial number of the time stamp certificate.
Type: string
The SerialNo property contains the unique serial number of the digital certificate used for creating the time stamp. This serial number is assigned by the certificate authority and can be used to uniquely identify the certificate.