ImageGear .NET - Updated December 24, 2018
SetSolutionKey Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearLicense Class : SetSolutionKey Method
Key1 part of solution key.
Key2 part of solution key.
Key3 part of solution key.
Key4 part of solution key.
Sets the licensing solution key.
Syntax
'Declaration
 
Public Shared Sub SetSolutionKey( _
   ByVal key1 As Long, _
   ByVal key2 As Long, _
   ByVal key3 As Long, _
   ByVal key4 As Long _
) 
 
'Usage
 
Dim key1 As Long
Dim key2 As Long
Dim key3 As Long
Dim key4 As Long
 
ImGearLicense.SetSolutionKey(key1, key2, key3, key4)

Parameters

key1
Key1 part of solution key.
key2
Key2 part of solution key.
key3
Key3 part of solution key.
key4
Key4 part of solution key.
Remarks
Use this method for deployment licensing only. Solution name must be set up in addition to the solution key. For more information about licensing, see Licensing and Distributing ImageGear for .NET.
See Also

Reference

ImGearLicense Class
ImGearLicense Members