DeviceId
DeviceId copied to clipboard
A simple library providing functionality to generate a 'device ID' that can be used to uniquely identify a computer.
The Win7 OS only install .net 6 runtime, and my code reference DeviceId.Windows.Mmi. When I try to get device id, it throw error message as below, and I found the...
The migration guide in the readme states that for `AddOSInstallationID` (on mac) the equivalent in v6+ should be `AddSystemDriveSerialNumber` but - looking at the v5 & v6 implementations I think...
I am using v5.3 of the library (a bit old, but I haven't fully tested the new version). I have the following for generating an unique id for each user:...
Hi, I've noticed, that using general device ID features like the OS version can't be used device specific. This means, it is possible to call `AddOsVersion` not dependent on the...
Hello, I have used this in one of our apps which has been deployed on a CentOs 7 OS. This is failing because the command "lsblk -f -J" doesn't return...
resolves #26 The only special information available by default in docker seems to be a container-id extracted from '/proc/1/cgroup'. Informations to build the new Component were gathered from [Baeldung](https://www.baeldung.com/linux/is-process-running-inside-container) and...
fix #6 by adding DeviceId.Xamarin
- Added ProcessorId - Added motherboard serial - Added system UUID
If the application runs in a docker container some functions won't work: - `AddMotherboardSerialNumber()` aka`/sys/class/dmi/id/board_serial` won't work as the file doesn't exit - `AddSystemUUID()` aka `/sys/class/dmi/id/product_uuid` won't work as the...