DeployLX Software Protection System

LicenseServerLimit Class

Contacts a remote license server for validation when the software is used.

Syntax

<SerializableAttribute> _
Public Class LicenseServerLimit _
	Inherits DelayedLimit _
	Implements IServerLimit
[SerializableAttribute]
public class LicenseServerLimit : DelayedLimit, 
	IServerLimit

Remarks

Remote validation permits you to remotely monitor and disable the use of your software. Contacting the server each time the software is used can be a performance bottleneck so periodic checks are supported.

See the License Server Limit Reference for more information.

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.v5..::..DelayedLimit
      DeployLX.Licensing.v5..::..LicenseServerLimit

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

See Also