ReactivateLicenseEx
Description
void ReactivateLicense (string webServiceUrl,
string activationKey,
string computerID, string computerName,
out string response)Parameters
Parameter
Type
Description
Response XML format
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<pckey>C06C4C90A497F091C2F080501000C076A0578E</pckey>
<userCompany>My Company</userCompany>
<userFullName>John Smith</userFullName>
<userEmail>[email protected]</userEmail>
</QuickLicenseManager>
Example error response
Remarks
Last updated