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

    Specifies whether to validate the entire certificate chain of a signature.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public bool VerifyEntireCertificateChain { get; set; }

    Property Value

    Type Description
    Boolean

    true to validate the entire certificate chain of a signature; otherwise, false.

    See Also