DigitalSignature class

DigitalSignature class

Digital signature in signed file.

The DigitalSignature type exposes the following members:

Constructors

ConstructorDescription
__init__Creates a new DigitalSignature object with the specified certificate.
__init__Creates a new DigitalSignature object with the specified certificate file path and password.

Properties

PropertyDescription
certificateCertificate object that was used to sign the document.
Read-only System.Security.Cryptography.X509Certificates.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 System.DateTime.
commentsThe purpose of signature.
Read/write str.

See Also