Click or drag to resize

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
Members
  Member nameValueDescription
Request0 Sets view table to display entire request table. Request table includes the following view tables:
  • Revoked
  • Issued
  • Pending
  • Failed
Revoked1 Sets view table to display only revoked certificates. This value reflects 'Revoked Certificates' folder in Certification Authority MMC snap-in.
Issued2 Sets view table to display only issued and non-revoked certificates. This value reflects 'Issued Certificates' folder in Certification Authority MMC snap-in.
Pending3 Sets view table to display only pending requests. This value reflects 'Pending Requests' folder in Certification Authority MMC snap-in.
Failed4 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.
Extension5 Sets view table to display extension table. This table contains extensions associated with respective row in Request table.
Attribute6 Sets view table to display attribute table. This table contains request attributes associated with respective row in Request table.
CRL7 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