RegistryServiceGetReferralRecord Method
Gets referral record from registry.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
protected static RegTriplet GetReferralRecord(
string target
)
Protected Shared Function GetReferralRecord (
target As String
) As RegTriplet
protected:
static RegTriplet^ GetReferralRecord(
String^ target
)
- target String
-
Colon-separated string with exactly 3 tokens: {hive}:{RegistryKey}:{ValueName}
RegTripletReferral registry entry if found, otherwise null.