Skip to main content
All docs
V25.1
  • 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.v25.1.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