RegistryServiceRegKeyExists Method
Checks if registry key exists in registry.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
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.