Click or drag to resize
MimeKit

X509CrlRecordThisUpdate Property

Gets the date and time of the most recent update.

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

Property Value

DateTime
The date and time.
Remarks
Gets the date and time of the most recent update.
See Also