AdcsDbViewTableName Enumeration
            Contains enumeration of predefined ADCS database view tables.
            
Namespace: SysadminsLV.PKI.Management.CertificateServices.DatabaseAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public enum AdcsDbViewTableName
Public Enumeration AdcsDbViewTableName
public enum class AdcsDbViewTableName
 | Request | 0 | Sets view table to display entire request table. Request table includes the following view tables: RevokedIssuedPendingFailed
 | 
| 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. |