IDigitalSignature class
IDigitalSignature class
Digital signature in signed file.
The IDigitalSignature type exposes the following members:
Properties
| Property | Description | 
|---|---|
| certificate | Certificate object that was used to sign the document. Read-only System.Security.Cryptography.X509Certificates.X509Certificate2. | 
| is_valid | If this digital signature is valid and the document has not been tampered with, this value will be true. Read-only bool. | 
| sign_time | The time when the document was signed. Read-only System.DateTime. | 
| comments | The purpose of signature. Read/write str. | 
See Also
- module aspose.slides
- library Aspose.Slides