DigitalSignature Class |
Namespace: Aspose.Slides
The DigitalSignature type exposes the following members.
Name | Description | |
---|---|---|
![]() | DigitalSignature(X509Certificate2) |
Creates a new DigitalSignature object with the specified certificate.
|
![]() | DigitalSignature(String, String) |
Creates a new DigitalSignature object with the specified certificate file path and password.
|
Name | Description | |
---|---|---|
![]() | Certificate |
Certificate object that was used to sign the document.
Read-only X509Certificate2.
|
![]() | Comments |
The purpose of signature.
Read/write String.
|
![]() ![]() | IsValid |
If this digital signature is valid and the document has not been tampered with, this value will be true.
Read-only Boolean.
|
![]() ![]() | SignTime |
The time when the document was signed.
Read-only DateTime.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |