LicenseAliasCheckAlias Method (String) |
Decrypts and verifies the alias document, and checks its last updated date.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax protected virtual bool CheckAlias(
string alias
)
Protected Overridable Function CheckAlias (
alias As String
) As Boolean
protected:
virtual bool CheckAlias(
String^ alias
)
Parameters
- alias
- Type: SystemString
The contents of the alias to validate.
Return Value
Type:
BooleanReturns true if the alias is valid. If false is returned, check the
LastError property for details.
See Also