DeployLX Software Protection System

ActivationLimit Class

Provides a mechanism for hardware-locking a license to a specific machine.

Syntax

<SerializableAttribute> _
Public Class ActivationLimit _
	Inherits SuperFormLimit _
	Implements IServerLimit
[SerializableAttribute]
public class ActivationLimit : SuperFormLimit, 
	IServerLimit

Remarks

The activation limit is used to implement hardware locking for a SecureLicense. The license can be activated automatically by one of the Servers or with an unlock code.

The Profiles collection maintains a collection of hardware profiles that can be activated for a single license. By maintaining multiple profiles a license can support both a docked and an undocked hardware profile for laptops, or enforce difference rules for desktops and laptops.

See the Hardware Locking and the Activation Process topic for details about hardware locking.

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.v5..::..SuperFormLimit
      DeployLX.Licensing.v5..::..ActivationLimit

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also