X509Certificate |
protected static class CertificateColumnNames
The X509CertificateDatabaseCertificateColumnNames type exposes the following members.
Name | Description | |
---|---|---|
Algorithms | A column specifying the encryption algorithms supported by the certificate. | |
AlgorithmsUpdated | A column specifying the date and time of the last update to the Algorithms column. | |
Anchor | A column specifying whether the certificate is an anchor. | |
BasicConstraints | A column specifying the basic constraints of the certificate. | |
Certificate | A column containing the raw certificate data. | |
Fingerprint | A column specifying the fingerprint of the certificate. | |
Id | The auto-increment primary key identifier. | |
IssuerName | A column specifying the issuer name of the certificate. | |
KeyUsage | A column specifying the key usage of the certificate. | |
NotAfter | A column specifying the date and time after which the certificate becomes invalid. | |
NotBefore | A column specifying the date and time when the certificate first becomes valid. | |
PrivateKey | A column containing the raw private key data. | |
SerialNumber | A column specifying the serial number of the certificate. | |
SubjectDnsNames | A column specifying the subject DNS names of the certificate. | |
SubjectEmail | A column specifying the subject email address of the certificate. | |
SubjectKeyIdentifier | A column specifying the subject key identifier of the certificate. | |
SubjectName | A column specifying the subject name of the certificate. | |
Trusted | A column specifying whether the certificate is trusted or not. |