SysadminsLV.PKI.Management.CertificateServices.Database Namespace

Contains classes and enumerations that are used to access ADCS CA database.

Classes

AdcsDbColumnSchema Represents a description of ADCS database column schema.
AdcsDbPropertyCollection Contains a collection of ADCS database entry properties.
AdcsDbQueryFilter Represents an ADCS database query filter entry. Query filter consist of column name to use in the filter, logical operator of the data-query qualifier and query qualifier.
AdcsDbReader Represents Active Directory Certificate Services (ADCS) managed database reader engine.
AdcsDbRow Represents Certification Authority database row. This object contains only 4 base properties: RowId, RequestId, ConfigString and Table. Other properties should be added by using external means (for example, by using Add-Member cmdlet in Windows PowerShell).
AdcsDbSchemaEntry Represents Certification Authority database's table.

Enumerations

AdcsDbColumnDataType Contains possible data types to store the data in Certification Authority's database.
AdcsDbSeekOperator Specifies the logical operator of the data-query qualifier for the column. This parameter is used with the QualifierValue member to define the data-query qualifier.
AdcsDbSortOrder Specifies the sort order for the column.
AdcsDbTableName Contains Certification Authority database table enumeration.
AdcsDbViewTableName Contains enumeration of predefined ADCS database view tables.