PdfSignatureCertificate.ValidFrom Property

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

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

Syntax

C#
public DateTime ValidFrom { get; }
VB
Public ReadOnly Property ValidFrom As DateTime
	Get

Property Value

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

See Also