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