LicenseWindowsRegistryAliasCheckAlias Method |
Compares the current license to the alias.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override bool CheckAlias()
Public Overrides Function CheckAlias As Boolean
public:
virtual bool CheckAlias() override
Return Value
Type:
BooleanReturns true if the alias is found to be valid. If it is not valid, check the
LastError property for details.
See Also