RegistryServiceDeleteRecord Method
Deletes named registry entry from the current module's configuration storage.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
protected void DeleteRecord(
string name,
string path = null
)
Protected Sub DeleteRecord (
name As String,
Optional path As String = Nothing
)
protected:
void DeleteRecord(
String^ name,
String^ path = nullptr
)
Parameters
- name String
- Registry value name.
- path String (Optional)
- Additional path below module's configuration storage.