Skip to main content
All docs
V25.1
  • PdfLtvOptions.TryFetchOcspOnline Property

    Specifies whether to obtain the certificate status in an Online Certificate Status Protocol (OCSP) response.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public bool TryFetchOcspOnline { get; set; }

    Property Value

    Type Description
    Boolean

    true to obtain the certificate status in an OCSP response; otherwise, false.

    See Also