RegistryServiceRegKeyExists Method

Checks if registry key exists in 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 bool RegKeyExists(
	string regKey
)

Parameters

regKey  String
Registry key full path.

Return Value

Boolean
True if registry key exists, otherwise False.

See Also