Table of Contents

Class HardwareInfo

Namespace
Ecng.Interop
Assembly
Ecng.Interop.dll

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 CancellationToken

A token to monitor for cancellation requests.

Returns

Task<string>

A task that represents the asynchronous operation. The task result contains a string representing the hardware identifier.