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: 1.2.0.0 (1.2.0.0)
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
)
- path String (Optional)
- Additional path below module's configuration storage.
IEnumerableRegTripletA collection of registry entries.