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# | ![]() |
---|---|
// it takes hardware key and returns license key. [WebMethod] [SoapHeader("LicServiceHeader")] public AccuWSStrTriplet GenerateLicKey( string licParams); |