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 | Error message if ValidateLicense fails to validate or if the license is an evaluation license. |
Remarks
Prior to calling this function, you must:
- Call DefineProduct
- Set the PublicKey property
After calling this function, call GetStatus to get the status of the call.