AdcsDbViewTableName Enumeration |
Contains enumeration of predefined ADCS database view tables.
Namespace:
SysadminsLV.PKI.Management.CertificateServices.Database
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum AdcsDbViewTableName
Public Enumeration AdcsDbViewTableName
public enum class AdcsDbViewTableName
Members
| Member name | Value | Description |
---|
| Request | 0 |
Sets view table to display entire request table. Request table includes the following view tables:
- Revoked
- Issued
- Pending
- Failed
|
| Revoked | 1 |
Sets view table to display only revoked certificates. This value reflects 'Revoked Certificates' folder
in Certification Authority MMC snap-in.
|
| Issued | 2 |
Sets view table to display only issued and non-revoked certificates. This value reflects
'Issued Certificates' folder in Certification Authority MMC snap-in.
|
| Pending | 3 |
Sets view table to display only pending requests. This value reflects 'Pending Requests' folder
in Certification Authority MMC snap-in.
|
| Failed | 4 |
Sets view table to display only failed or explicitly denied by CA manager request. This value reflects
'Failed Requests' folder in Certification Authority MMC snap-in.
|
| Extension | 5 |
Sets view table to display extension table. This table contains extensions associated with respective
row in Request table.
|
| Attribute | 6 |
Sets view table to display attribute table. This table contains request attributes associated with
respective row in Request table.
|
| CRL | 7 |
Sets view table to display certificate revocation list (CRL) table. This table holds a history of all
ever issued CRLs by particular CA server.
|
See Also