TimeLock Members
Used to control the time that the product can be used.
Constructors
| Member | Description |
|---|---|
| TimeLock | Overloaded. Initializes a new instance of the TimeLock class. |
Properties
| Member | Description |
|---|---|
| Days | The number of days the lock is valid. |
| DaysToExpire | Returns the number of days from today until the license expires. |
| ExpirationDate | Returns the date on which the license expires. |
| TimeRestrictionType | Defines how the TimeLock is enforced. |
| TimeVerificationMethod | Defines how time expiration is validated. |
Methods
| Member | Description |
|---|---|
| Equals | inherited from Object. |
| Finalize | inherited from Object. |
| GetHashCode | inherited from Object. |
| GetType | inherited from Object. |
| MemberwiseClone | inherited from Object. |
| ToString | inherited from Object. |
| Validate | inherited from Lock. Checks whether a AgileDotNetLicense meets the restriction enforced by this lock. |
See Also
TimeLock Class | AgileDotNet.Licensing Namespace | AgileDotNetLicense.Locks | TimeLockType