ImageGear .NET - Updated
How to Register a Manually Reported Runtime (Non-Node-Locked) License
User Guide > Licensing and Distributing > Runtime Licensing > How to Register a Manually Reported Runtime (Non-Node-Locked) License

Manually Reported Runtime licensing embeds all of the licensing information directly into your application. Installation does not require any further licensing interaction. However, it is your responsibility to provide royalty reporting to Accusoft for the actual licenses deployed.

When Runtime licensing is purchased, Accusoft provides the following:

Solution Name

The solution name is:

For example:

 
Copy Code
ImGearLicense.SetSolutionName("ACMEImaging");

Runtime licensing requires that the Solution Name be set.

Solution Key

The Solution Key is:

For example:

 
Copy Code
ImGearLicense.SetSolutionName("ACMEImaging");
ImGearLicense.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389);

Runtime licensing requires that the Solution Key be set.

OEM License Key

The OEMLicense Key:

C#
Copy Code
ImGearLicense.SetSolutionName("ACMEImaging");
ImGearLicense.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389);
ImGearLicense.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0iN4bigYM3m3K5b487QOsAM38O24mUp5bOpD2O240OQ3..."); 

This method is not required for Automatically Reported Runtime licensing.