Click or drag to resize

HardwareIDActualHardwareID Property

Use this property to access the hardware ID of computer where this library actually running.

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public string this[
	bool ForceRecalculate = false
] { get; }

Parameters

ForceRecalculate (Optional)
Type: SystemBoolean
Forces property to not use cached hardware ID when set to True.

Property Value

Type: String
String identifying computer where this library actually running

Return Value

Type: String
String HardwareID of actual machine.
Remarks
To make hardware ID quickly accessible, it will be cached after first calculcation. You can set optional parameter to force recalculation each time this property is accessed.
See Also