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