On Oct 20, 2011, at 2:36 PM, Nate Yocom wrote: > I’m porting an app that uses a System.Net.HttpWebRequest with client > certificates, and I’ve found that I can’t seem to create a > System.Security.Cryptography.X509Certificates.X509Certificate2 from a > serialized PKCS#12 byte[]. I’ve created the byte[] using Bouncycastle’s > Pkcs12Store.Save() method, and creating an X509Certifcate2 object from this > seems to work fine in windows (using the byte[] constructor).
Are you able to run that under Mono on Windows? I'm not sure if it's a Mono bug or a Mono for Android bug. :-/ Please file a minimal test case at bugzilla.xamarin.com. Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
