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

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

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    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