DigitalSignature Properties

The DigitalSignature type exposes the following members.

Properties
  NameDescription
Public propertyCertificate
Certificate object that was used to sign the document. Read-only X509Certificate2.
Public propertyComments
The purpose of signature. Read/write String.
Public propertyCode exampleIsValid
If this digital signature is valid and the document has not been tampered with, this value will be true. Read-only Boolean.
Public propertyCode exampleSignTime
The time when the document was signed. Read-only DateTime.
See Also