Skip to main content
All docs
V24.1

SignatureValidationInfo.Certificate Property

Gets the signature certificate.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v24.1.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public X509Certificate2 Certificate { get; }

Property Value

Type Description
X509Certificate2

A signature certificate.

See Also