SystemIdentifierValidationValidate Method |
Compares the current system identifiers against the authorized system identifiers, and returns true if it successfully validates and confirms the current system's identity.
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:
BooleanReturns true if validation is successful, which would indicate the current systems identity is that which was authorized. If it is not successful, check the
LastError property for details.
See Also