Click or drag to resize
SystemClockValidationValidate Method
Validates the system clock to ensure it is not being tampered with actively.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public override bool Validate()

Return Value

Type: Boolean
Returns true if the system clock is valid. Otherwise, if false is returned, the system clock is likely being tampered with actively, and error information is available in the LastError property.
See Also