RegistryServiceGetReferralRecord Method

Gets referral record from registry.

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 static RegTriplet GetReferralRecord(
	string target
)

Parameters

target  String
Colon-separated string with exactly 3 tokens: {hive}:{RegistryKey}:{ValueName}

Return Value

RegTriplet
Referral registry entry if found, otherwise null.

See Also