AdcsDbReader Class

Represents Active Directory Certificate Services (ADCS) managed database reader engine.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices.Database
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class AdcsDbReader : IDisposable
Inheritance
Object    AdcsDbReader
Implements
IDisposable

Properties

Columns Gets an array of database columns added to include in the view.
ConfigString Gets the CA's config string associated with the current database reader instance.
QueryFilters Gets an array of currently applied query filters.
ViewTable Gets the view table to query. Default is 'Request' view table.

Methods

AddColumnToView Adds database table column to output.
AddQueryFilter Adds query filter to requested view.
DisposeReleases all resources used by the AdcsDbReader
Equals
(Inherited from Object)
Finalize
(Overrides ObjectFinalize)
GetDefaultColumns Gets a list of default columns added to the view based on a view table.
GetHashCode
(Inherited from Object)
GetTableSchema Gets ADCS database schema for specified table. Table name is speicifed in ViewTable property.
GetType
(Inherited from Object)
GetView Gets a database row view based on a current configuration.
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also