LicenseEnableHardwareIDTerminalServicesMode Property |
If enabled, MAC addresses of network interfaces within the device are used to calculate hardware ID together with currently logged in username. This automatically sets EnableHardwareIDMoreDistinctMode
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public bool EnableHardwareIDTerminalServicesMode { get; set; }
Public Property EnableHardwareIDTerminalServicesMode As Boolean
Get
Set
public:
property bool EnableHardwareIDTerminalServicesMode {
bool get ();
void set (bool value);
}
member EnableHardwareIDTerminalServicesMode : bool with get, set
Return Value
Type:
BooleanTrue or false, previously set value
See Also