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; }
Public ReadOnly Property Certificate As X509Certificate2
Get
public:
virtual property X509Certificate2^ Certificate {
X509Certificate2^ get () sealed;
}
abstract Certificate : X509Certificate2 with get
override Certificate : X509Certificate2 with get
Property Value
Type:
X509Certificate2Implements
IDigitalSignatureCertificateSee Also