RegistryServiceDeleteRecord Method

Deletes named registry entry from the 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 DeleteRecord(
	string name,
	string path = null
)

Parameters

name  String
Registry value name.
path  String  (Optional)
Additional path below module's configuration storage.

See Also