Click or drag to resize
MimeKit

X509CertificateRecordAlgorithmsUpdated Property

Gets or sets the date when the algorithms were last updated.

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

Property Value

DateTime
The date the algorithms were updated.
Remarks
Gets or sets the date when the algorithms were last updated.
See Also