EldoS
Navigation
Web site
Support
Table Of Contents

TElSBLicenseManager class

Properties     Methods    


 

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.


  • 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.
     
     

    Properties

    • LicenseKey
    • LicenseKeyFile
    • RegistryKey
     
     

    Methods

    • SetLicenseKey
     
    Contact Us | Terms of Use | Trademarks | Privacy Statement
    Copyright (c) 1998-2012, EldoS Corporation