Skip to main content
All docs
V24.2

PdfLtvOptions.TryFetchOcspOnline Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v24.2.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