Gets an activation key given the user data.
C#: string GetActivationKeyFromUserData(string webServiceUrl, string userData, out string response)
Return: the Activation Key if found.
Parameters:
webServiceUrl - URL to the QLM License Server.
userData- the data stored in the QLM user data field.
response - XML fragment containing the result of the call. The Xml fragment schema is as follows:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<avkey>C06C4C90A497F091C2F080501000C076A0578E</pckey>
</QuickLicenseManager>
In the event of an error, the XML fragments returns:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<error>Details about the error</error>
</QuickLicenseManager>
Comments
0 comments
Please sign in to leave a comment.