Click or drag to resize
MimeKit

SecureMimeDigitalCertificateExpirationDate Property

Gets the expiration date of the certificate.

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

Property Value

DateTime
The expiration date.

Implements

IDigitalCertificateExpirationDate
Remarks
Gets the expiration date of the certificate.
See Also