Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Licensing Class / SetSolutionKey Method
Unlock key 1
Unlock key 2
Unlock key 3
Unlock key 4




In This Topic
SetSolutionKey Method
In This Topic
Sets the BarcodeXpress control runtime license deployment key.
Syntax
'Declaration
 
Public Sub SetSolutionKey( _
   ByVal pw1 As Long, _
   ByVal pw2 As Long, _
   ByVal pw3 As Long, _
   ByVal pw4 As Long _
) 
 
'Usage
 
Dim instance As Licensing
Dim pw1 As Long
Dim pw2 As Long
Dim pw3 As Long
Dim pw4 As Long
 
instance.SetSolutionKey(pw1, pw2, pw3, pw4)

Parameters

pw1
Unlock key 1
pw2
Unlock key 2
pw3
Unlock key 3
pw4
Unlock key 4
Remarks
This is the solution key required for all runtime licensing. The four integers are provided at the time of purchase of the runtime licenses along with the solution name, which is set with the SetSolutionName method.
See Also