When I use NSUrlSession to send a request in Xamarin.Ios. Now I happen a ploblem when I valicate https cerficate.
When i valicate in native code, i use code like this:
But when in Xamarin.Ios, the methods are all private, and the return value type is System.IntPtr , so i can't valicate the service cer with my local cer.
Dose have any method to resolve it? many thanks