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: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
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. nulll if registry key doesn't exist.

See Also