RegistryServiceGetRecords Method
Gets all records from the current module's configuration storage.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
protected IEnumerable<RegTriplet>? GetRecords(
string? path = null
)
Protected Function GetRecords (
Optional path As String = Nothing
) As IEnumerable(Of RegTriplet)
protected:
IEnumerable<RegTriplet^>^ GetRecords(
String^ path = nullptr
)
member GetRecords :
?path : string
(* Defaults:
let _path = defaultArg path null
*)
-> IEnumerable<RegTriplet>
- path String (Optional)
- Additional path below module's configuration storage.
IEnumerableRegTripletA collection of registry entries.
nulll if registry key doesn't exist.