TimeLock Constructor

SecureTeam Copy Protection

TimeLock

Initializes a new instance of the TimeLock class. Used to enforce TimeSpanFromFirstUse limitation.

Syntax

Public Overloads Sub New( _
   ByVal daysToExpire As UInt16 _
)
TimeLock(
   ushort daysToExpire
);

Parameters

daysToExpire
The number of days from first use that the lock is valid.

See Also

TimeLock Class | AgileDotNet.Licensing Namespace | TimeLock Constructor Overload List