DeployLX Software Protection System

RegistrationLimit Class

Captures registration information when a license is installed and serves as the default method for obtaining a serial number for licenses that can be unlocked with a serial number.

Syntax

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

Remarks

The registration limit will display a form to the user requesting their personal information including serial number. This information can then be used to unlock a license or can be used simply to capture the information for reporting to a server.

See the Serial Numbers and the Registration Process for more on unlocking a license with the registration limit.

See the Registration Limit Reference for more information.

Inheritance Hierarchy

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

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

See Also