VOOZH about

URL: https://www.nuget.org/packages/HardwareIds.NET/

⇱ NuGet Gallery | HardwareIds.NET 1.1.12




HardwareIds.NET 1.1.12

dotnet add package HardwareIds.NET --version 1.1.12
 
 
NuGet\Install-Package HardwareIds.NET -Version 1.1.12
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HardwareIds.NET" Version="1.1.12" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HardwareIds.NET" Version="1.1.12" />
 
Directory.Packages.props
<PackageReference Include="HardwareIds.NET" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HardwareIds.NET --version 1.1.12
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HardwareIds.NET, 1.1.12"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package HardwareIds.NET@1.1.12
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HardwareIds.NET&version=1.1.12
 
Install as a Cake Addin
#tool nuget:?package=HardwareIds.NET&version=1.1.12
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

HardwareIds.NET

Simple .NET library capable of tracking users across re-installs and hardware swapping,
and even entirely new computers using the neighborhood's network endpoints.

How does it works ?

HardwareIds.NET will enumerate every single hardware components plugged-in/installed on the computer,
query their unique identifiers (like serial numbers, mac addresses, etc...) and go even beyond that,
by scanning network endpoints (WiFi) and routers available that are transmitting packets close to the computer.

This library will also take care of scanning the current network (WiFi/Ethernet) the computer is connected to,
and retrieve the MAC address of every devices connected, like printers, Smart TVs, phones, etc...

Installation

PM> Install-Package HardwareIds.NET

Example

using HardwareIds.NET;

var Hwid = await HardwareIds.GetHwidAsync(new HardwareIdsConfig {
 ScanLocalNetworkDevices = false,
 ScanNeighborEndpoints = true,
 DurationOfNetworkScan = TimeSpan.FromSeconds(5)
});

foreach (var Disk in Hwid.Disks)
{
 Console.WriteLine($" DISK->ID: {Disk.Id}");
 Console.WriteLine($" DISK->NAME: {Disk.Model}");
 Console.WriteLine($" DISK->SN: {Disk.SerialNumber}");
}

Licence

This work is licensed under the MIT License.

Product Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Framework net48 net48 is compatible.  net481 net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.12 317 9/7/2025
1.1.11 197 9/7/2025
1.1.10 291 5/11/2025
1.1.9 603 5/6/2024
1.1.8 346 3/27/2024
1.1.7 251 2/19/2024
1.1.6 435 6/22/2023
1.1.5 470 2/21/2023
1.1.4 826 3/7/2022
1.1.3 547 8/20/2021
1.1.2 518 8/14/2021
1.1.1 525 8/11/2021
1.1.0 519 8/10/2021
1.0.0 569 6/7/2021