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