ImageGear for .NET
Using the Deployment Licensing Service to Generate License Key
See Also Send Feedback
ImageGear for .NET User Guide > Installing and Distributing ImageGear > Licensing and Distributing ImageGear for .NET > ImageGear for .NET Deployment License > Licensing and Deployment Kit > Server Licensing > License Administration for the Server Deployment Model > Using the Deployment Licensing Service to Generate License Key

Glossary Item Box

At times it might be convenient to use the Deployment Licensing Service API directly to generate a License Key based on the Hardware Key. For example, it can be useful in The Manual Scenario to set up a custom licensing portal on your site.

Here is the API description:

C# Copy Code
// it takes hardware key and returns license key.
[WebMethod]
[SoapHeader("LicServiceHeader")]
 public AccuWSStrTriplet GenerateLicKey( string licParams);

See Also

©2013. Accusoft Corporation. All Rights Reserved.