SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  Pascal  ActiveX  C++ 


TElSBLicenseManager.SetLicenseKey

TElSBLicenseManager     See also    


 

This method is used for passing registration key to the library.
This method exists only in ActiveX edition.

   

Declaration

[C#/Java]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElSBLicenseManagerX.SetLicenseKey(Key As String)

[ActiveX]
    HRESULT _stdcall IElSBLicenseManagerX.SetLicenseKey([in] BSTR Key );

[C++]
    not implemented;

   

Parameters

  • key - registration key.
   

Description

    If you are using SecureBlackbox/ActiveX edition, the good idea to pass the registration key to SecureBlackbox library is to call this method from Form.OnLoad event handler.

   

See also:     SetLicenseKey    

 
Back to top