UtilDevicesComputerHardwareIdFromWmi Property

Gets a unique computer hardware identifier (CHID) that matches the current computer.

This identifier is obtained through the UUID field from Win32_ComputerSystemProduct WMI class.

Note that in some exceptional scenarios the identifier could be empty. So it is responsibility of the programmer to verify that the value is not empty, and in which case is recommended to use the ComputerHardwareIdFromMicrosoftHwIdTypeComputerHardwareIdMicrosoftType property instead.

Definition

Namespace: DevCase.Core.IO.Devices
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Guid ComputerHardwareIdFromWmi { get; }

Property Value

Guid
The resulting unique computer hardware identifier (CHID) that matches the current computer.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also