HardwareIDEnableMoreDistinctMode Property |
If enabled, hardware id is calucalted using components like HDD serial also, 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 EnableMoreDistinctMode { get; set; }
Public Property EnableMoreDistinctMode As Boolean
Get
Set
public:
property bool EnableMoreDistinctMode {
bool get ();
void set (bool value);
}
member EnableMoreDistinctMode : 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