Click or drag to resize
WritableLicenseCheckAliases Method
Checks all License File aliases.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool CheckAliases(
	out int numToValidate,
	out int numValid
)

Parameters

numToValidate
Type: SystemInt32
The number of aliases to validate.
numValid
Type: SystemInt32
The number of valid aliases (which passed the checks).

Return Value

Type: Boolean
Returns true if all aliases passed validation. If false is returned, check the LastError property and the numToValidate and numValid arguments for details. Please note that each alias has its own LastError property, which may also contain additional details.
See Also