Click or drag to resize
MimeKit

X509CertificateDatabaseCertificateColumnNamesNotBefore Field

A column specifying the date and time when the certificate first becomes valid.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public const string NotBefore = "NOTBEFORE"

Field Value

String
Remarks

A column specifying the date and time when the certificate first becomes valid.

This data-type for this column should be long.

See Also