Click or drag to resize
SystemDateTimeValidation Constructor (Boolean, Double)
Creates a new SystemDateTimeValidation object. The AddTimeServerCheck(String) method will need to be called at least once to allow validation to occur.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public SystemDateTimeValidation(
	bool validationRequired,
	double allowedVariation
)

Parameters

validationRequired
Type: SystemBoolean
Set to false if failure to reach an Internet time server is acceptable. Otherwise, set to true if validation (and consequently, Internet access) is absolutely required.
allowedVariation
Type: SystemDouble
The amount of time (in minutes) found acceptable for variation between the current systems date/time versus the Internet time server's date/time
See Also