I have found a few examples using Java, however I am having trouble constructing the method to c#. Can anyone please post a straightforward c# example that gets the Mac Address of my device, FOR Marshmallow (6.0). I understand that there are other methods of obtaining a unique Id, I am not really interested in having to import components at this time. I am using Xamarin with Visual Studio 2015.
I have these permissions active:
ACCESS_WIFI_STATE INTERNET READ_PHONE_STATE
The only codes I have tried are the simple methods used for below android version 6.0. Any help is appreciated.
EDIT: I do not believe this to be a duplicate as I requested for a c# version of the code specifically