Click or drag to resize
MimeKit

IDigitalCertificateExpirationDate Property

Gets the expiration date of the certificate.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
DateTime ExpirationDate { get; }

Property Value

DateTime
The expiration date.
Remarks
Gets the expiration date of the certificate.
See Also