Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

SignatureValidationInfo.Certificate Property

Gets the signature certificate.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public X509Certificate2 Certificate { get; }

Property Value

Type Description
X509Certificate2

A signature certificate.

See Also