Accusoft.PrintPro8.Net
SetSolutionKey Method




Unlock key 1
Unlock key 2
Unlock key 3
Unlock key 4
Sets the PrintPro control runtime license deployment key.
Syntax
'Declaration
 
Public Sub SetSolutionKey( _
   ByVal key1 As Long, _
   ByVal key2 As Long, _
   ByVal key3 As Long, _
   ByVal key4 As Long _
) 
'Usage
 
Dim instance As Licensing
Dim key1 As Long
Dim key2 As Long
Dim key3 As Long
Dim key4 As Long
 
instance.SetSolutionKey(key1, key2, key3, key4)
public void SetSolutionKey( 
   long key1,
   long key2,
   long key3,
   long key4
)
public: void SetSolutionKey( 
   long key1,
   long key2,
   long key3,
   long key4
) 
public:
void SetSolutionKey( 
   int64 key1,
   int64 key2,
   int64 key3,
   int64 key4
) 

Parameters

key1
Unlock key 1
key2
Unlock key 2
key3
Unlock key 3
key4
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

Reference

Licensing Class
Licensing Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback