DigitalSignatureCertificate Property

Certificate object that was used to sign the document. Read-only X509Certificate2.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public X509Certificate2 Certificate { get; }

Property Value

Type: X509Certificate2

Implements

IDigitalSignatureCertificate
See Also