| DkimSignerBaseSignaturesExpireAfter Property |
Get or set the timespan after which signatures are no longer valid.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public TimeSpan? SignaturesExpireAfter { get; set; }
Property Value
NullableTimeSpanThe signatures expiration timespan value.
Remarks
Get or set the timespan after which signatures are no longer valid.
See Also