HardwareIDGetActualHardwareID Method |
This function directly calculates machine's hardware ID using supplied salt.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public string GetActualHardwareID(
string hwidsalt
)
Public Function GetActualHardwareID (
hwidsalt As String
) As String
public:
String^ GetActualHardwareID(
String^ hwidsalt
)
member GetActualHardwareID :
hwidsalt : string -> string
Parameters
- hwidsalt
- Type: SystemString
String to be used as cryptographic salt
Return Value
Type:
StringHardware ID of actual computer
Remarks You should avoid using this function directly. Use the property ActualHardwareID for best performance.
See Also