RegConfigEntry Class

Represents a Certification Authority configuration entry to commit. This object is used in OnCommit method.

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

Constructors

RegConfigEntry(String, Object) Initializes a new instance of RegConfigEntry class using value name, optional node path and value to write.
RegConfigEntry(String, String, Object) Initializes a new instance of RegConfigEntry class using value name, optional node path and value to write.

Properties

Action Gets or sets the configuration value commit action.
IsRoot Gets or sets the value whether root configuration node is used instead of current active configuration node.
Name Gets the configuration value name.
Node Gets an optional node path under Certification Authority active node.
Value Gets the value to write.

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