IsLicenseKeyRevoked

Description

Checks if the provided license key is valid.

  bool IsLicenseKeyRevoked (string webServiceUrl, 
                            string activationKey )

Parameters

ParameterTypeDescription

webServiceUrl

string

URL to the QLM License Server

activationKey

string

activation key

Return

TypeDescription

bool

true if the license key was revoked; false otherwise.

Last updated