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
Post a Comment