IDigitalSignature Interface

Digital signature in signed file.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IDigitalSignature

The IDigitalSignature 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