IsLicenseKeyActivated

Description

Checks if the provided license key has been activated on the specified system.

   bool IsLicenseKeyActivated (string webServiceUrl, 
                               string activationKey, 
                               string computerID )

Parameters

ParameterTypeDescription

webServiceUrl

string

URL to the QLM License Server

activationKey

string

activation key

computerID

string

the computerID to verify

Return

TypeDescription

bool

true if the license key is activated; false otherwise.

Last updated