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

SignatureValidationOptions.CertificatePolicy Property

Specifies the chain policy used to validate an X509 certificate chain.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public X509ChainPolicy CertificatePolicy { get; set; }

Property Value

Type Description
X509ChainPolicy

An object that contains the X.509 certificate chain policy.

See Also