RegistryServiceDeleteRecords Method

Deletes named registry entries 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 DeleteRecords(
	IEnumerable<string> names,
	string path = null
)

Parameters

names  IEnumerableString
A collection of registry value names.
path  String  (Optional)
Additional path below module's configuration storage.

See Also