Enum ValidatorContext
- Namespace
- iText.Signatures.Validation.V1.Context
- Assembly
- itext.sign.dll
This enum lists all possible contexts related to the validator in which the validation is taking place.
public enum ValidatorContext
Fields
CERTIFICATE_CHAIN_VALIDATOR = 3
This value is expected to be used in CertificateChainValidator context.
CRL_VALIDATOR = 1
This value is expected to be used in CRLValidator context.
DOCUMENT_REVISIONS_VALIDATOR = 5
This value is expected to be used in DocumentRevisionsValidator context.
OCSP_VALIDATOR = 0
This value is expected to be used in OCSPValidator context.
REVOCATION_DATA_VALIDATOR = 2
This value is expected to be used in RevocationDataValidator context.
SIGNATURE_VALIDATOR = 4
This value is expected to be used in SignatureValidator context.