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; }

Property Value

Type: NullableDateTime
See Also