DeployLX Software Protection System

IPAddressLimit Class

Restricts the use of the software to a specific IP address range.

Syntax

<SerializableAttribute> _
Public Class IPAddressLimit _
	Inherits Limit
[SerializableAttribute]
public class IPAddressLimit : Limit

Remarks

The IP Address normally applies to ASP.NET servers and checks that the IP address of the server is within one of the defined Ranges. For other applications checks that the machine name of the computer resolves to one of the allowed Ranges.

See the IP Address Limit Reference for more information.

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.v5..::..IPAddressLimit

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

See Also