Click or drag to resize
SystemDateTimeValidation Constructor (Boolean)
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
)

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 required.
See Also