LicenseEnableHardwareIDMoreDistinctMode Property |
If enabled, hardware id for license verification is calucalted using components like HDD serial, which are frequently replaced. It generates distinct IDs for 99,99% of devices.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public bool EnableHardwareIDMoreDistinctMode { get; set; }
Public Property EnableHardwareIDMoreDistinctMode As Boolean
Get
Set
public:
property bool EnableHardwareIDMoreDistinctMode {
bool get ();
void set (bool value);
}
member EnableHardwareIDMoreDistinctMode : bool with get, set
Property Value
Type:
BooleanReturn Value
Type:
BooleanTrue or false, previously set value
Remarks This enhances TLL Hardware ID to be more distinctful. However, you can disable this mode for backwards compatibility or if you do not prefer to use e.g. HDD for harwdare ID as this component is replaced very often.
See Also