Click or drag to resize

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
)

Parameters

hwidsalt
Type: SystemString
String to be used as cryptographic salt

Return Value

Type: String
Hardware ID of actual computer
Remarks
You should avoid using this function directly. Use the property ActualHardwareID for best performance.
See Also