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:
Copy Code | |
---|---|
FormFix ff = new FormFix(); ff.License.SetSolutionName("ACMEImaging"); |
The Solution Name must be set in order to use runtime licensing.
The Solution Key:
Copy Code | |
---|---|
FormFix ff = new FormFix(); ff.License.SetSolutionName("ACMEImaging"); ff.License.SetSolutionKey(0x1C3A029F, 0xA018F290, 0x37AF0E951, 0x557F2399); |
The Solution Key must be set in order to use runtime licensing.
The OEMLicense Key:
Copy Code | |
---|---|
FormFix ff = new FormFix(); ff.License.SetSolutionName("ACMEImaging"); ff.License.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389); ff.License.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0iN4bigYM3m3K5b487QOsAM38O24mUp5bOpD2O240OQ32U..."); |
This property is not required for Automatically Reported Runtime licensing.