Table of Contents

Enum PdfCertificateValidity

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

All possible results for certificate validity checks.

public enum PdfCertificateValidity

Fields

Expired = 1

Certificate is expired on the given date and time.

NotYetValid = 2

Certificate is not yet valid on the given date and time.

Valid = 0

Certificate is valid on the given date and time.