SystemClockValidationValidate Method |
Validates the system clock to ensure it is not being tampered with actively.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public override bool Validate()
Public Overrides Function Validate As Boolean
public:
virtual bool Validate() override
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