Click or drag to resize

ICertRegManagerDSetConfigEntry Method

Writes value to Certification Authority configuration. If value does not exist it will be created. Created registry value type is inferred from data parameter.

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
void SetConfigEntry(
	Object data,
	string entryName,
	string node = null
)

Parameters

data
Type: SystemObject
Configuration value name to write.
entryName
Type: SystemString
Configuration value name to write to.
node (Optional)
Type: SystemString
Configuration node path under Configuration node. Optional.
Exceptions
ExceptionCondition
ArgumentNullExceptiondata or entryName parameter is null.
ArgumentExceptionentryName parameter is empty string, or data type for data parameter is not accepted. See remarks section for valid types.
Remarks
Valid types for data parameter are:
  • String
  • String[]
  • Int32
  • Boolean
  • Byte[]
See Also