ValidateLicense

Description

Validates a license key.

string ValidateLicense (string LicenseKey)

Arguments

NameData TypeDescription

licenseKey

string

license key to validate

Return

Data TypeDescription

string

Error message if ValidateLicense fails to validate or if the license is an evaluation license.

Remarks

Prior to calling this function, you must:

After calling this function, call GetStatus to get the status of the call.

Last updated