Skip to main content

DocumentSignature

The DocumentSignature class represents comprehensive information about a digital signature applied to a document, including certificate details, timestamps, and validation status.

The DocumentSignature class contains detailed information about a digital signature, including the signer's certificate, signature properties, timestamps, and various validation flags. It supports both basic and qualified signatures, with additional support for archive timestamps and content references.

Properties

NameDescription
IdentifierNoThe unique identifier number associated with the digital signature.
CommitmentTypeThe type of commitment associated with the digital signature.
ContentTimeStampOffSetThe timestamp with offset of the content that has been signed.
ArchiveTimeStampsA collection of archive timestamps associated with the digital signature.
SignOwnerThe name or identifier of the signature owner.
TimeStampThe timestamp associated with the digital signature.
DigestAlgorithmThe algorithm used for calculating the document digest.
IsSignatureValidIndicates whether the signature itself is valid.
ContentIdentifierThe identifier for the content that has been signed.
SignerLocationThe location of the signer when the digital signature was created.
CertificateThe certificate data associated with the digital signature.
PolicyOIDThe object identifier (OID) of the policy under which the signature was created.
SignatureAlgorithmThe algorithm used for creating the digital signature.
RequiresArchivalIndicates whether the digital signature requires archival.
ContentHintA hint or description of the content that has been signed.
ContentReferenceA list of references to the content that has been signed.
IsValidIndicates whether the digital signature is valid.
ContentTimeStampThe timestamp of the content that has been signed.
IsQualifiedIndicates whether the digital signature is qualified.
ContentTypeThe type of content that the digital signature is applied to.
MoneyLimitThe monetary limit associated with the digital signature.
IsCounterSignatureIndicates whether the signature is a counter-signature.
QCStatementsQualified Certificate Statements associated with the digital signature.
PolicyAddressThe address or URL of the policy document related to the digital signature.
SignTypeThe type of digital signature applied to the document.
SignOwnerDescriptionAdditional descriptive information about the signature owner.
HasArchiveTimeStampsIndicates whether the digital signature includes archive timestamps.
SignDateThe date and time when the digital signature was created.
SignDateOffSetThe date and time with offset when the digital signature was created.
HasTimeStampIndicates whether the digital signature includes a timestamp.