Click or drag to resize
MimeKit

X509CertificateDatabaseCrlColumnNames Class

The column names for the CRLs table.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyX509CertificateDatabaseCrlColumnNames

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
protected static class CrlColumnNames

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
Remarks
The column names for the CRLs table.
See Also