Contains Certification Authority database table enumeration.
Namespace:
PKI.CertificateServices.DB
Assembly:
PKI.Core (in PKI.Core.dll) Version: 3.3.0.0 (3.3.0.0)
SyntaxPublic Enumeration TableList
public enum class TableList
Members
| Member name | Value | Description |
---|
| Request | 0 |
The table of pending requests, denied requests, issued certificates, and revoked certificates.
|
| Extension | 12288 |
Contains certificate extensions associated with particular request.
|
| Attribute | 16384 |
Contains certificate attributes passed among wth particulat request.
|
| CRL | 20480 |
Contains Certificate Revocation List (CRL) issued by the CA during it's lifetime.
|
See Also