HardwareID Class |
Namespace: TreeksLicensingLibrary2
The HardwareID type exposes the following members.
| Name | Description | |
|---|---|---|
| HardwareID | Initializes a new instance of the HardwareID class |
| Name | Description | |
|---|---|---|
| ActualHardwareID |
Use this property to access the hardware ID of computer where this library actually running.
| |
| DefaultHardwareIDSalt |
This property returns the TLL's default hardware ID salt
| |
| EnableMoreDistinctMode |
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.
| |
| EnableTerminalServicesMode |
If enabled, MAC addresses of installed network adapter and current username is used in HWID calculation.
| |
| HardwareIDSalt |
Property to set hardware ID salt.
| |
| HDDSerialAlgorithmVersion |
Determines which algorithm will be used for HDD serial number retrieval.
1 = standard algorithm (compatible with older versions of TLL)
2 = new algorithm (that prevents different serial retrieved under admin/user account on some devices)
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetActualHardwareID |
This function directly calculates machine's hardware ID using supplied salt.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns current computer hardware ID in string form
(Overrides ObjectToString.) |