Skip to main content
All docs
V23.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.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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