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.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public ICrlClient CrlClient { get; set; }
#Property Value
Type | Description |
---|---|
ICrl |
An object that allows you to send a CLR request for a certificate. |