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: 1.2.0.0 (1.2.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
)
- 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.