Hello
I'm trying to implement Mutual Authentication with TLS (use TCPClient and sockets) in Xamarin.Android and didn't find a way to achieve this.
The code in the page : https://www.codeproject.com/Articles/326574/An-Introduction-to-Mutual-SSL-Authentication
Works in Windows and doesn't work on Android even if we install the server certificates as Trusted CA in Android device.
Do you have any samples that can help?
Answers
Fixed, https://github.com/anaselhajjaji/Xamarin.MutualAuthent
You have any clue about implementing the same in Xamarin iOS?
@anaselhajjaji Thank you for your implementation in Android. Do you have any idea about the same implementation in iOS?