SmartZone v6.1 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:

SmartZoneICR szicr = new SmartZoneICR();
szicr.License.SetSolutionName("YourSolutionName");
SmartZoneOCR szocr = new SmartZoneOCR();
szocr.SetSolutionName("YourSolutionName");

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

Solution Key

The Solution Key:

szicr.License.SetSolutionKey(1234, 1234, 1234, 1234);
szocr.Licensing.SetSolutionKey(1234, 1234, 1234, 1234);

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

OEMLicensing Key

The OEMLicense Key:

szicr.License.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0i...");
szocr.Licensing.SetOemLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC...");

This property is not required for Automatically Reported Runtime licensing.

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