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

ICR

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

OCR

SmartZoneOCR szocr = new SmartZoneOCR();
szocr.SetSolutionName("YourSolutionName");

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

Solution Key

The Solution Key:

ICR

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

OCR

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

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

OEMLicensing Key

The OEMLicense Key:

ICR

szicr.License.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0i...");

OCR

szocr.Licensing.SetOemLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC...");

This property is not required for Automatically Reported Runtime licensing.

See Also

Upgrading SmartZone ICR

Upgrading SmartZone OCR

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