RegistryServiceGetRecords Method

Gets all records 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 IEnumerable<RegTriplet> GetRecords(
	string path = null
)

Parameters

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

Return Value

IEnumerableRegTriplet
A collection of registry entries.

See Also