Explains how to allow your clients to use a license on any number of machines within a physical location
MachineCode
. If it’s set to Helpers.GetMachineCode() or similar, it means that the license will track machines, allowing you to enforce a limit on concurrent use.
To change to a site license, we need to change the value of MachineCode
so that it identifies the entire location or domain where the customer will use your application.
If we can assume that all users are domain authenticated, the domain name could be passed on as the MachineCode
during activation, as an example.
FriendlyName
field, which is a part of the Key.Activate
call. This will allow you to monitor usage on a machine level from the API Logs.
Key.GetKey
to obtain the license key object.