Validates that the location of the floating license database matches the value published to the license server.
C#: bool ValidateLicenseLocation(string dbLocation, bool skipValidationIfNoInternet, out QlmActivationStatus activationStatus, out string errorMessage)
Parameters
dbLocation - Path to the floating license database.
skipValidationIfNoInternet - If the system does not have internet access, skip the validation and assume everything is ok.
activationStatus - returns the activation status of the license.
Possible values are:
- QlmActivationStatus.Undefined
- QlmActivationStatus.NotActivated
- QlmActivationStatus.Activated
- QlmActivationStatus.InvalidLicense
errorMessage - returned error message in case of a failure
Comments
0 comments
Article is closed for comments.