Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.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.v20.2.dll

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