DeployLX Software Protection System

TimeLimitType Enumeration

Defines the type of time limits that can be enforced by the TimeLimit.

Syntax

Public Enumeration TimeLimitType
public enum TimeLimitType

Members

AtATime

Tracks usage from the time the application is launched. Use the TimeExpired event to be notified when the time has expired. Used to create 30 minute demos and similar licenses.

Cumulative

Tracks the cumulative amount of actual running time the license has been used even between sessions. Used to give users 5 hour demo that can be spread out over multiple days.

FromFirstUse

Tracks the total passage of real time from the date when the license was first used. Used to create a 30-day demo.

SpecificDate

Time is limited to a specific date. The Time property represents the number of hours since midnight January 1st, 2006 UTC.

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

See Also