DeployLX Software Protection System

ScriptLimit Class

Enables custom code to be executed during license validation providing a simple way to implement a custom limit.

Syntax

<SerializableAttribute> _
Public NotInheritable Class ScriptLimit _
	Inherits SuperFormLimit
[SerializableAttribute]
public sealed class ScriptLimit : SuperFormLimit

Remarks

The ValidateScript is called by the Validate(SecureLicenseContext) method during validation, while the GrantedScript is called by the Granted(SecureLicenseContext) method.

See the Script Limit Reference for more information.

Inheritance Hierarchy

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

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

See Also