RegistryServiceGetRecord Method
Gets named record from the current module's configuration storage.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 2.0.0.0 (2.0.0.0)
protected RegTriplet GetRecord(
string name,
string path = null
)
Protected Function GetRecord (
name As String,
Optional path As String = Nothing
) As RegTriplet
protected:
RegTriplet^ GetRecord(
String^ name,
String^ path = nullptr
)
member GetRecord :
name : string *
?path : string
(* Defaults:
let _path = defaultArg path null
*)
-> RegTriplet
- name String
- Registry value name to read.
- path String (Optional)
- Additional path below module's configuration storage.
RegTripletRequested registry value if present, or null if no matching entry found.