Click or drag to resize
MimeKit

SecureMimeDigitalSignatureCreationDate Property

Gets the creation date of the digital signature.

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

Property Value

DateTime
The creation date in coordinated universal time (UTC).

Implements

IDigitalSignatureCreationDate
Remarks
Gets the creation date of the digital signature.
See Also