Click or drag to resize
MimeKit

DkimSignerBaseSignaturesExpireAfter Property

Get or set the timespan after which signatures are no longer valid.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TimeSpan? SignaturesExpireAfter { get; set; }

Property Value

NullableTimeSpan
The signatures expiration timespan value.
Remarks
Get or set the timespan after which signatures are no longer valid.
See Also