TimeVerificationMethod Enumeration

SecureTeam Copy Protection

TimeVerificationMethod

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)

Syntax

<Flags> _
Public Enum TimeVerificationMethod
    Inherits Byte
[Flags]
public enum TimeVerificationMethod : byte

Members

Member NameDescriptionValue
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

See Also

AgileDotNet.Licensing Namespace