c# - Generating fingerprint of virtual machines -


i'm trying create fingerprint of servers using c#. important logic works virtual servers fingerprint not change when vm migrated host.

i found sample on codeplex: http://www.codeproject.com/articles/28678/generating-unique-key-finger-print-for-a-computer using following components create fingerprint: cpu, bios, motherboard, disk, video card , mac address. use computer name.

now question is: components not changing after migrate vm host? think cpu , mac address not changing.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -