FormFix v6.0 for .NET - Updated
How to Register a Manually Reported Runtime (Non-Node-Locked)
Developer Guide > Licensing and Distributing > Runtime Licensing > How to Register a Manually Reported Runtime (Non-Node-Locked)

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.

Set the following:

Solution Name

The Solution Name is:

FormFix ff = new FormFix();
ff.Licensing.SetSolutionName("ACMEImaging");
FormDirector fd = new FormDirector();
fd.Licensing.SetSolutionName("ACMEImaging");

The Solution Name must be set in order to use runtime licensing. 

Solution Key

The Solution Key:

FormFix ff = new FormFix();
ff.Licensing.SetSolutionName("ACMEImaging");
ff.Licensing.SetSolutionKey(0x1C3A029F, 0xA018F290, 0x37AF0E951, 0x557F2399);
FormDirector fd = new FormDirector();
fd.Licensing.SetSolutionName("ACMEImaging");
fd.Licensing.SetSolutionKey(0x1C3A029F, 0xA018F290, 0x37AF0E951, 0x557F2399);

The Solution Key must be set in order to use runtime licensing. 

OEMLicensing Key

The OEMLicense Key:

FormFix ff = new FormFix();
ff.Licensing.SetSolutionName("ACMEImaging");
ff.Licensing.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389);
ff.Licensing.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0iN4bigYM3m3K5b487QOsAM38O24mUp5bOpD2O240OQ32U...");
FormDirector fd = new FormDirector();
fd.Licensing.SetSolutionName("ACMEImaging");
fd.Licensing.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389);
fd.Licensing.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0iN4bigYM3m3K5b487QOsAM38O24mUp5bOpD2O240OQ32U...");

 This property is not required for Automatically Reported Runtime licensing.

  

Is this page helpful?
Yes No
Thanks for your feedback.