DigitalSignature Class

Digital signature in signed file.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesDigitalSignature

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

The DigitalSignature type exposes the following members.

Constructors
  NameDescription
Public methodDigitalSignature(X509Certificate2)
Creates a new DigitalSignature object with the specified certificate.
Public methodDigitalSignature(String, String)
Creates a new DigitalSignature object with the specified certificate file path and password.
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.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also