Click or drag to resize
LicenseAliasCheckAlias Method (String)
Decrypts and verifies the alias document, and checks its last updated date.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
protected virtual bool CheckAlias(
	string alias
)

Parameters

alias
Type: SystemString
The contents of the alias to validate.

Return Value

Type: Boolean
Returns true if the alias is valid. If false is returned, check the LastError property for details.
See Also