AdcsDbRow Class

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).

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 AdcsDbRow
Inheritance
Object    AdcsDbRow

Constructors

AdcsDbRowInitializes a new instance of the AdcsDbRow class

Properties

ConfigString Gets or sets the configuration string of the CA server to which this object is related.
Properties Gets a collection of properties associated with the current row object.
RequestId Gets or sets RequestId which corresponds to request ID number in CA database. This property is set to zero for non-request tables.
RowId Gets or sets RowId which corresponds to row number in CA database.
Table Gets or sets database table name.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also