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

SignatureOptions.CrlClient Property

Gets or sets an object that performs a Certificate Revocation List (CRL) request for a signature certificate.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public ICrlClient CrlClient { get; set; }

Property Value

Type Description
ICrlClient

An object that allows you to send a CLR request for a certificate.

See Also