Click or drag to resize
MimeKit

WindowsSecureMimeDigitalSignature.CreationDate Property

Gets the creation date of the digital signature.

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

Property Value

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

Implements

IDigitalSignature.CreationDate
Remarks
Gets the creation date of the digital signature.
See Also