Click or drag to resize

DKIMSignatureInfoExpires Property

Gets or sets the signature expiration - the time that this signature was created (x=). Default (null) is an unknown expiration time. The value of this property must be greater than the value of Time if both are present. Signatures MAY be considered invalid if the verification time at the verifier is past the expiration date.

Namespace:  Limilabs.Mail.DKIM
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public DateTime? Expires { get; set; }

Property Value

Type: NullableDateTime
See Also