Discuss this help topic in SecureBlackbox Forum
This property is used for passing license key from registry.
Declaration
[C#]
RegistryKey RegistryKey;
[VB.NET]
Property RegistryKey As RegistryKey
[Pascal]
property RegistryKey: HKEY;
[C++]
uint32_t get_RegistryKey();
void set_RegistryKey(uint32_t Value);
[PHP]
integer get_RegistryKey()
void set_RegistryKey(integer $Value)
Description
Use this property to pass the license key from an opened registry key.
Discuss this help topic in SecureBlackbox Forum