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.
The solution name is:
For example:
Copy Code | |
---|---|
ImGearLicense.SetSolutionName("ACMEImaging"); |
Runtime licensing requires that the Solution Name be set.
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.
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.