SignatureOptions.OcspClient Property
Gets or sets the object used to send an Online Certificate Status Protocol (OCSP) request for a signature certificate.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public IOcspClient OcspClient { get; set; }
#Property Value
Type | Description |
---|---|
IOcsp |
An object that returns Online Certificate Status Protocol (OCSP) response for a certificate chain. |