IsIllegalComputer
Description
Checks if the current computer is properly registered in the QLM database.
Parameters
Response XML format
Example error response
In the event of an error, the XML fragments returns:
Remarks
If the computer is registered in the database, IsIllegalComputer returns false.
If the computer is not registered in the database, the system will try to activate the license on this computer. If all available activations are already consumed, the activation will fail and IsIllegalComputer will return true. If there are unused activations, this computer will be activated and IsIllegalComputer will return false.
For more details about the detection of illegal computers, refer to this article
Use ParseResults to interpret the results of the call and load the returned data into an ILicenseInfo object.
Last updated