ImageGear v26.3 - Updated
ImageGear.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.




In This Topic
    SetSolutionKey Method
    In This Topic
    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)
    public static void SetSolutionKey( 
       long key1,
       long key2,
       long key3,
       long key4
    )
    public: static void SetSolutionKey( 
       long key1,
       long key2,
       long key3,
       long key4
    ) 
    public:
    static void SetSolutionKey( 
       int64 key1,
       int64 key2,
       int64 key3,
       int64 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.
    See Also