CertSrvConfigEntry Class

Represents a generic Certification Authority configuration entry.

Definition

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

Constructors

CertSrvConfigEntryInitializes a new instance of the CertSrvConfigEntry class

Properties

EntryName Gets or sets configuration entry name.
NodeName Gets or sets the configuration node name. Can be empty string for root node.
Value Gets or sets the value associated with configuration entry.

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