Table of Contents

Enum LtvVerification.Level

Namespace
iText.Signatures
Assembly
itext.sign.dll

What type of verification to include.

public enum LtvVerification.Level

Fields

CRL = 1

Include only CRL.

OCSP = 0

Include only OCSP.

OCSP_CRL = 2

Include both OCSP and CRL.

OCSP_OPTIONAL_CRL = 3

Include CRL only if OCSP can't be read.