DKIMSignatureInfoTime Property |
Gets or sets the signature timestamp - the time that this signature was created (t=). Default (null) is an unknown creation time.
Namespace:
Aspose.Email.DKIM
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public Nullable<DateTime> Time { get; set; }
Public Property Time As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> Time {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member Time : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also