PdfCertificateValidity Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfCertificateValidity Enumeration
All possible results for certificate validity checks.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfCertificateValidity
VB
Public Enumeration PdfCertificateValidity

Members

  Member nameValueDescription
Valid0 Certificate is valid on the given date and time.
Expired1 Certificate is expired on the given date and time.
NotYetValid2 Certificate is not yet valid on the given date and time.

See Also