|
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. If you are using ActiveX edition, you should perform the following steps to pass the registration key to SecureBlackbox: 1. Put the TElSBLicenseManagerX component on a form. 2. Pass the registration key to TElSBLicenseManagerX.SetLicenseKey method before using any SecureBlackbox functionality. It's a good idea to do it inside MainForm.OnLoad event handler. |
|
|
|
|
|
|

