Click or drag to resize
MimeKit

CrlColumnNames Fields

The X509CertificateDatabaseCrlColumnNames type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberCrl A column containing the raw CRL data.
Public fieldStatic memberDelta A column specifying whether the CRL data is a delta update.
Public fieldStatic memberId The auto-increment primary key identifier.
Public fieldStatic memberIssuerName A column specifying the issuer name of the certificate.
Public fieldStatic memberNextUpdate A column specifying the date and time of the next update.
Public fieldStatic memberThisUpdate A column specifying the date and time of the last update.
Top
See Also