RegConfigEntry(String, String, Object) Constructor

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

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 RegConfigEntry(
	string name,
	string node,
	Object value
)

Parameters

name  String
Specifies the configuration value name.
node  String
Optional node path under Certification Authority active node.
value  Object
A value to write. Value type must be of String, Boolean, Int32, IEnumerableT or IEnumerableT. Any other type will throw ArgumentException.

Exceptions

ArgumentNullExceptionvalue parameter is null.

See Also