Sets the licensing solution key.
Syntax
'Declaration
Public Shared Sub SetSolutionKey( _
ByVal As Long, _
ByVal As Long, _
ByVal As Long, _
ByVal 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.
See Also