Enum LtvVerification.CertificateOption
- Namespace
- iText.Signatures
- Assembly
- itext.sign.dll
Options for how many certificates to include.
public enum LtvVerification.CertificateOption
Fields
ALL_CERTIFICATES = 2
Include verification for the whole certificates chain, certificates used to create OCSP responses, CRL response certificates and timestamp certificates included in the signatures.
SIGNING_CERTIFICATE = 0
Include verification just for the signing certificate.
WHOLE_CHAIN = 1
Include verification for the whole chain of certificates.