Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public IOcspClient OcspClient { get; set; }

Property Value

Type Description
IOcspClient

An object that returns Online Certificate Status Protocol (OCSP) response for a certificate chain.

See Also