Table of Contents

Property ValidFrom

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

ValidFrom

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

public DateTime ValidFrom { get; }

Property Value

DateTime

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

Remarks

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