Discuss this help topic in SecureBlackbox Forum

TElSBLicenseManager.RegistryKey

TElSBLicenseManager     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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)

[Java]
    not available

Description

    Use this property to pass the license key from an opened registry key.

See also:     LicenseKey     LicenseKeyFile     SetLicenseKey    

Discuss this help topic in SecureBlackbox Forum