PdfSignature
Date Property
|
The time of signing. Depending on the signature handler
this may be a normal unverified computer time or a time generated in a verifiable way from a secure time server
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public DateTime? Date { get; }
Public ReadOnly Property Date As DateTime?
Get
public:
property Nullable<DateTime> Date {
Nullable<DateTime> get ();
}
member Date : Nullable<DateTime> with get
Property Value
Type:
Nullable
DateTime
See Also