Working with System.Net.NetworkInformation
I get the list of interfaces via NetworkInterface.GetAllNetworkInterfaces();
I am interested in the value for NetworkInterface.Id. (a GUID as string).
I am just looking to find out if this value changes or does it remain the same for the life of the computer.
If it changes, what are the factors that cause the change?