Delete an HKLM value
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static void DeleteHKLMValue(
string keypath,
string keyValue
) |
Visual Basic |
---|
Public Shared Sub DeleteHKLMValue ( _
keypath As String, _
keyValue As String _
) |
Visual C++ |
---|
public:
static void DeleteHKLMValue(
String^ keypath,
String^ keyValue
) |
Parameters
- keypath
- Type: System..::..String
Key name, Example: SOFTWARE\LittleLite Software\NCrypt
- keyValue
- Type: System..::..String
Key value: Example: Size
See Also