Click or drag to resize

AdcsDbReader Class

Represents Active Directory Certificate Services (ADCS) managed database reader engine.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Management.CertificateServices.DatabaseAdcsDbReader

Namespace:  SysadminsLV.PKI.Management.CertificateServices.Database
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class AdcsDbReader : IDisposable

The AdcsDbReader type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Gets an array of database columns added to include in the view.
Public propertyConfigString
Gets the CA's config string associated with the current database reader instance.
Public propertyQueryFilters
Gets an array of currently applied query filters.
Public propertyViewTable
Gets the view table to query. Default is 'Request' view table.
Top
Methods
  NameDescription
Public methodAddColumnToView
Adds database table column to output.
Public methodAddQueryFilter
Adds query filter to requested view.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public methodStatic memberGetDefaultColumns
Gets a list of default columns added to the view based on a view table.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTableSchema
Gets ADCS database schema for specified table. Table name is speicifed in ViewTable property.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetView
Gets a database row view based on a current configuration.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also