TimeLockType Enumeration

SecureTeam Copy Protection

TimeLockType

Defines how TimeLock should be enforced.

Namespace: AgileDotNet.Licensing
Assembly: AgileDotNet.Licensing (in AgileDotNet.Licensing.dll)

Syntax

Public Enum TimeLockType
    Inherits Byte
public enum TimeLockType : byte

Members

Member NameDescription
TimeSpanFromFirstUse Instructs the system to consider the license as valid as long as the time passed from the first time the license was used by the user is smaller then a specified time span.
ExpiresOnSpecificDate Instructs the system to consider the license as valid as long as it's being used before a specified date.

See Also

AgileDotNet.Licensing Namespace | TimeLock