EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


SetLicenseKey

Declared in     See also    


 

Use this function to pass license key to the library.
This function must be called before any library use. Note, that each DLL has it's own SetLicenseKey method which must be called independently.
See SetLicenseKey method of the TElSBLicenseManagerX class for ActiveX version.

The evaluation key is located in <SecureBlackbox>\LicenseKey.der file and in all sample projects, shipped with SecureBlackbox.

 
 

Declaration

[C#]
    void SetLicenseKey(byte[] Key);

[VB.NET]
    Sub SetLicenseKey(ByVal Key As Byte())

[Pascal]
    procedure SetLicenseKey(const Key: string);

[VB6]
    not implemented (license key is passed via SBLicenseManager object and it's methods)

[ActiveX]
    not implemented (license key is passed via SBLicenseManager object and it's methods)

[DLL]
    __stdcall void SetLicenseKey(PCHAR key);
 
 

Parameters

  • key - license key.
 
 

Declared in

.NET:

  • Namespace: SBUtils.Unit
  • Assembly: SecureBlackbox
VCL:
  • not applicable
ActiveX/DLL:
  • Module: PKIBBox.dll, SSLBBoxCli.dll, SSLBBoxSrv.dll
 
 

See also:     [ActiveX] SetLicenseKey    

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