Class HardwareInfo
Provides methods to generate a hardware-based identifier.
public static class HardwareInfo
- Inheritance
-
HardwareInfo
- Inherited Members
Methods
GetId()
Gets the hardware identifier.
public static string GetId()
Returns
- string
A string representing the hardware identifier.
GetIdAsync(CancellationToken)
Asynchronously gets the hardware identifier.
public static Task<string> GetIdAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to monitor for cancellation requests.