WritableLicenseCheckAliases Method |
Checks all License File aliases.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool CheckAliases(
out int numToValidate,
out int numValid
)
Public Function CheckAliases (
<OutAttribute> ByRef numToValidate As Integer,
<OutAttribute> ByRef numValid As Integer
) As Boolean
public:
bool CheckAliases(
[OutAttribute] int% numToValidate,
[OutAttribute] 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:
BooleanReturns 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