PdfSignatureTimestampToken.GenerationTime Property

Gets the date and time this timestamp token was generated.

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

Syntax

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

Property Value

Type: DateTime
The date and time this timestamp token was generated.

See Also