ValidateLicense

Description

Validates a license key.

string ValidateLicense (string LicenseKey)

Arguments

NameData TypeDescription

licenseKey

string

license key to validate

Return

Data TypeDescription

string

A message indicating the result of the validation. Do not parse this message. Use GetStatus to get the exact status of the validation.

Remarks

Prior to calling this function, you must:

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

Last updated