DigitalSignature

DigitalSignature class

Digital signature in signed file.

The DigitalSignature type exposes the following members:

Constructors

NameDescription
DigitalSignature(certificate)Initializes a new instance of the DigitalSignature class
DigitalSignature(file_path, password)Initializes a new instance of the DigitalSignature class

Properties

NameDescription
certificateCertificate object that was used to sign the document.
Read-only X509Certificate2.
is_validIf this digital signature is valid and the document has not been tampered with, this value will be true.
Read-only bool.
sign_timeThe time when the document was signed.
Read-only datetime.
commentsThe purpose of signature.
Read/write string.

See Also