RegistryServiceWriteRecord Method

Creates or updates registry entry under current module's configuration storage.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
protected void WriteRecord(
	RegTriplet valuePair,
	string path = null
)

Parameters

valuePair  RegTriplet
Registry entry to write.
path  String  (Optional)
Additional path below module's configuration storage.

See Also