Defines how time expiration is validated.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: AgileDotNet.Licensing
Assembly: AgileDotNet.Licensing (in AgileDotNet.Licensing.dll)
| Member Name | Description | Value |
|---|---|---|
| NoVerification | No time verification method is enforced. | 0 |
| DetectClockRollbackAttempts | Detects attempts to roll back the system clock. | 1 |
| TimeServerVerification | Contacts a remote SNTP server to check the validity of the machine's clock. | 2 |