Method GetMachineIds
GetMachineIds(out string, out string)
Gets the machine identifiers that may be used for fixed licenses.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 0, 0)]
void GetMachineIds(out string outProtectionKeyId, out string outNetworkAdaptersId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | outProtectionKeyId | Identifier based on protection key, or empty string if none detected. |
| string | outNetworkAdaptersId | Identifier based on main network adapters, or empty string if none detected. |
Remarks
This method is available since v7.11.