Table of Contents

Enum CertificateSource

Namespace
iText.Signatures.Validation.V1.Context
Assembly
itext.sign.dll

This enum lists all possible contexts related to the certificate origin in which a validation may take place

public enum CertificateSource

Fields

CERT_ISSUER = 2

The context while validating a certificate issuer certificate.

CRL_ISSUER = 0

The context while validating a CRL issuer certificate.

OCSP_ISSUER = 1

The context while validating a OCSP issuer certificate that is neither trusted nor CA.

SIGNER_CERT = 3

The context while validating a signer certificate.

TIMESTAMP = 5

The context while validating a timestamp issuer certificate.

TRUSTED = 4

A certificate that is on a trusted list.