DeployLX Software Protection System

TrialLimit Class

Indicates that the license is a trial version and displays a screen with purchase information and expiration notices.

Syntax

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

Remarks

By including a TrialLimit, developers can allow end users to try their product before purchasing. Developers can also check the IsTrial property on the SecureLicense returned from the SecureLicenseManager to see if the license is a trial and change the behavior of the software accordingly.

See the Trial Limit Reference for more information.

Inheritance Hierarchy

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

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

See Also