Skip to main content
All docs
V24.2

PdfLtvOptions.VerifyEntireCertificateChain Property

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

Namespace: DevExpress.Pdf

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