RegistryServiceGetRecord Method

Gets named record from the current module's configuration storage.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
protected RegTriplet GetRecord(
	string name,
	string path = null
)

Parameters

name  String
Registry value name to read.
path  String  (Optional)
Additional path below module's configuration storage.

Return Value

RegTriplet
Requested registry value if present, or null if no matching entry found.

See Also