LicenseEffectiveDateValidationValidate Method |
Validates the license's effective dates.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override bool Validate()
Public Overrides Function Validate As Boolean
public:
virtual bool Validate() override
Return Value
Type:
BooleanReturns true if the time-limited license is within the effective date/time period. If false is returned, check the
LastError property for details.
See Also