RegistryServiceDeleteRecords Method
Deletes named registry entries 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 DeleteRecords(
IEnumerable<string> names,
string path = null
)
Protected Sub DeleteRecords (
names As IEnumerable(Of String),
Optional path As String = Nothing
)
protected:
void DeleteRecords(
IEnumerable<String^>^ names,
String^ path = nullptr
)
Parameters
- names IEnumerableString
- A collection of registry value names.
- path String (Optional)
- Additional path below module's configuration storage.