RegistryServiceRegKeyExists Method
Checks if registry key exists in registry.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
protected static bool RegKeyExists(
string regKey
)
Protected Shared Function RegKeyExists (
regKey As String
) As Boolean
protected:
static bool RegKeyExists(
String^ regKey
)
- regKey String
- Registry key full path.
BooleanTrue if registry key exists, otherwise
False.