Explains how to allow a pre-determined list of machines to use a license key.
Key.GetKey
instead of Key.Activate
. When you call, Key.GetKey
, you will receive the license key object that contains the list of all permitted machines. You can then use this list to see if the machine the client uses is included in that list and return an error message if it’s not in the list.