I want to implement certificate pinning for all plateforms in Xamarin.IOS,Xamarin.Android, UWP project. Does anybody have implemented this or any idea on this?
this looks ok https://thomasbandt.com/certificate-and-public-key-pinning-with-xamarin
for windows I used ssl pinning bouncy castle reading cert reading in while http request
Answers
this looks ok https://thomasbandt.com/certificate-and-public-key-pinning-with-xamarin
for windows I used ssl pinning bouncy castle reading cert reading in while http request
Hi @BoguslawBlonski, the example you mentioned validate whole certificate for Android. What change I should do if I want to pin only Public key in Android. Can you share code or Idea on this?
Hi @BoguslawBlonski, the example you mentioned validate whole certificate for Android. What change I should do if I want to pin only Public key in Android. Can you share code or Idea on this?
Did this answer the question?