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: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
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