Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Method | Description |
---|---|
InitLicenseFromServer |
Initializes license and connect to the specified server for online verification. |
InitLicenseFromLicenseContent |
Initializes barcode reader license and connects to the specified server for online verification. |
OutputLicenseToString |
Outputs the license content as an encrypted string from the license server to be used for offline license verification. |
Initialize the license and connect to the specified server for online verification.
int Dynamsoft.Barcode.BarcodeReader.InitLicenseFromServer(string licenseServer, string licenseKey)
[in] licenseServer
<string> : The name/IP of the license server.
[in] licenseKey
<string> : The license key of Barcode Reader.
Returns error code.
Initializes barcode reader license and connects to the specified server for online verification.
int Dynamsoft.Barcode.BarcodeReader.InitLicenseFromLicenseContent(string licenseKey, string strLicenseContent)
[in] licenseKey
<string> : The license key of Barcode Reader.
[in] pLicenseContent
<string> : An encrypted string representing the license content (runtime number, expiry date, barcode type, etc.) obtained from the method OutputLicenseToString()
.
Returns error code.
Outputs the license content as an encrypted string from the license server to be used for offline license verification.
string Dynamsoft.Barcode.BarcodeReader.OutputLicenseToString()
The output string which stores the contents of license.
version 7.6.0