EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  Pascal  ActiveX  DLL 


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#]
    not implemented;

[Pascal]
    not implemented;

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

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

[DLL]
    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    

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