Click or drag to resize
MimeKit

CertificateColumnNames Fields

The X509CertificateDatabaseCertificateColumnNames type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAlgorithms A column specifying the encryption algorithms supported by the certificate.
Public fieldStatic memberAlgorithmsUpdated A column specifying the date and time of the last update to the Algorithms column.
Public fieldStatic memberAnchor A column specifying whether the certificate is an anchor.
Public fieldStatic memberBasicConstraints A column specifying the basic constraints of the certificate.
Public fieldStatic memberCertificate A column containing the raw certificate data.
Public fieldStatic memberFingerprint A column specifying the fingerprint of the certificate.
Public fieldStatic memberId The auto-increment primary key identifier.
Public fieldStatic memberIssuerName A column specifying the issuer name of the certificate.
Public fieldStatic memberKeyUsage A column specifying the key usage of the certificate.
Public fieldStatic memberNotAfter A column specifying the date and time after which the certificate becomes invalid.
Public fieldStatic memberNotBefore A column specifying the date and time when the certificate first becomes valid.
Public fieldStatic memberPrivateKey A column containing the raw private key data.
Public fieldStatic memberSerialNumber A column specifying the serial number of the certificate.
Public fieldStatic memberSubjectDnsNames A column specifying the subject DNS names of the certificate.
Public fieldStatic memberSubjectEmail A column specifying the subject email address of the certificate.
Public fieldStatic memberSubjectKeyIdentifier A column specifying the subject key identifier of the certificate.
Public fieldStatic memberSubjectName A column specifying the subject name of the certificate.
Public fieldStatic memberTrusted A column specifying whether the certificate is trusted or not.
Top
See Also