ImageGear for .NET User Guide > Installing, Licensing, and Distributing ImageGear > ImageGear Licensing > Runtime Licensing > Automatically Reported Runtime (Node-Locked) > Licensing API |
The Licensing API is used in the developer's code to specify Runtime Licensing deployment information. This is used to unlock the Accusoft products and enable all licensed features at runtime. Both the "Solution Name" and "Solution Key" values used in the API described below are provided by Accusoft, along with the License Configuration file, at the time of purchase of a Runtime License.
The solution name is:
For example:
Copy Code | |
---|---|
ImGearLicense.SetSolutionName("ACMEImaging"); |
The Solution Name must be set in order to use runtime licensing. |
The Solution Key is:
For example:
Copy Code | |
---|---|
ImGearLicense.SetSolutionName("ACMEImaging");
ImGearLicense.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389); |
The Solution Key must be set in order to use runtime licensing. |