RegistryServiceGetReferralRecord Method

Gets referral record from registry.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
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