Table of Contents

Property ValidUpto

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

ValidUpto

Gets the time in the local time zone that this certificate is valid up to.

public DateTime ValidUpto { get; }

Property Value

DateTime

The time in the local time zone that this certificate is valid up to.

Remarks

Read the Verify PDF signature in C# and VB.NET article for examples of using this property.