X509Crl |
[FlagsAttribute] public enum X509CrlRecordFields
Member name | Value | Description |
---|---|---|
Id | 1 | The "id" field is typically just the ROWID in the database. |
IsDelta | 2 | The "delta" field is a boolean value indicating whether the certificate revocation list is a delta. |
IssuerName | 4 | The "issuer name" field stores the issuer name of the certificate revocation list. |
ThisUpdate | 8 | The "this update" field stores the date and time of the most recent update. |
NextUpdate | 16 | The "next update" field stores the date and time of the next scheduled update. |
Crl | 32 | The "crl" field stores the raw binary data of the certificate revocation list. |