Click or drag to resize
MimeKit

SecureMimeDigitalCertificateCreationDate Property

Gets the date that the certificate was created.

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

Property Value

DateTime
The creation date.

Implements

IDigitalCertificateCreationDate
Remarks
Gets the date that the certificate was created.
See Also