LicenseBinding

Defines the unique identifier a license is bound to.

The possible values are:

LicenseBinding

Description

ActiveDirectoryComputerDomain

Binds the license to the AD domain.

ActiveDirectoryAppDomain

Binds the license to the AD domain associated to the account running the application.

ComputerName

Binds the license to the name of the computer

LoggedInUser

Binds the license to the logged-in user account on a Windows computer.

MacAddress

Binds the license to the first MAC address discovered.

MotherBoardSerialNumber

Binds the license to the motherboard serial number.

QlmUniqueSystemIdentifier1

Binds the license to a unique identifier as shown below:

For Virtual machines, binds the license to the System Management BIOS UUID.

For Docker Containers, binds the license to the hostname of the container.

For physical machines, gets Motherboard Serial Number and evaluates if the Serial Number is reliable. If it is, the license is bound to that Serial Number.

If the above fails, binds the license to the first Volume's Serial Number.

If the above fails, binds the license to the first MAC Address.

If the above fails, binds the license to the Computer Name.

QlmUniqueSystemIdentifier2

Same as QlmUniqueSystemIdentifier1 but includes additional exceptions to handle unreliable motherboard serial numbers.

SystemManagementBiosUuid

Binds the license to the System Management BIOS UUID

UserDefined

Binds the license to a user-defined identifier

VolumeSerialNumber

Binds the license to the serial number of the first volume.

USBKey

Binds the license to the Serial Number of the USB key from where the application is running.

DockerContainer

Binds the license to the hostname of the Docker Container.

Last updated