Click or drag to resize
HardwareIDiActualHardwareID Property
Returns hardware id of actual computer. Show it to customer if you plan to release hardware based licenses.

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
public string iActualHardwareID { get; }

Return Value

Type: String
15 chars string
Remarks
You don't have to create instance of HardwareID object. This is here to provide support for non .NET applications using COM model, which does not support static class members.
See Also