Discuss this help topic in SecureBlackbox Forum
This class is designed for passing registration key to the library.
Description
If you are using VCL or .NET edition of SecureBlackbox, you should put the TElSBLicenseManager component on a form and pass the registration key via one of its properties.
You should use:
LicenseKey if you wish to pass the license key in binary form,
LicenseKeyFile if you wish the key to be read from a file,
RegistryKey if the key should be read from an opened registry key. Properties
Declared in
.NET:
- Namespace: SBLicenseManager
- Assembly: SecureBlackbox
VCL:Java:
- Package: SecureBlackbox.Base.jar
C++:
Discuss this help topic in SecureBlackbox Forum