ReleaseLicenseHttp
Description
Deactivates a license so that it can be activated on another computer.
To invoke this method via a URL, append this function's name to the URL of the QLM License Server and add the required arguments.
Arguments
Related Server Properties
enableReleaseKeyHttp: Allows users to release (de-activate) a license via an http call.
releaseLicenseRequiresAuthentication: By default, releasing (de-activating) a license via the ReleaseLicenseHttp method requires the user to authenticate. This property allows you to relax this requirement and invoke ReleaseLicenseHttp without authentication.
releaseLicenseRequiresVerificationCode: Specify whether a deactivation verification code is required when calling ReleaseLicenseHttp. The deactivation verification code is required if you enable the Server Property options / releaseLicenseRequiresVerificationCode. The deactivation code is the MD5 hash value of the following concatenated strings: Activation Key (without dashes)|ComputerID|CommunicationEncryptionKey|Current date (yyyy-MM-dd)
Last updated