Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 979 Bytes

File metadata and controls

30 lines (19 loc) · 979 Bytes

ValidateLicense

Description

Validates a license key.

string ValidateLicense (string LicenseKey)

Arguments

Name Data Type Description
licenseKey string license key to validate

Return

Data Type Description
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.