Discuss this help topic in SecureBlackbox Forum

TElSBLicenseManager class

Properties     Declared in     


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:
    • Unit: SBLicenseManager
    Java:
    • Package: SecureBlackbox.Base.jar
    C++:
    • sblicensemanager.h

    Discuss this help topic in SecureBlackbox Forum