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.

Remarks

The Verify PDF signature in C# and VB.NET article shows how to check if the signed part of a document was changed after signing.

Check out the other articles and code samples on the Digital signatures page.