IsLicenseKeyRevoked

Description

Checks if the provided license key is valid.

  bool IsLicenseKeyRevoked (string webServiceUrl, 
                            string activationKey )

Parameters

ParameterTypeDescription
webServiceUrlstringURL to the QLM License Server
activationKeystringactivation key

Return

TypeDescription
booltrue if the license key was revoked; false otherwise.