https://bugzilla.novell.com/show_bug.cgi?id=403610
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=403610#c5 --- Comment #5 from Maciej Paszta <[EMAIL PROTECTED]> 2008-06-27 04:00:12 MDT --- Sebastien that works great thanks! Gert what do you mean by original behavior? My p12 was created with empty password and without private key. Importing this via: X509Certificate2 cert = new X509Certificate2(@"cert.p12"); Worked on .NET but not on the Mono, however as Sebastien suggested: X509Certificate2 cert = new X509Certificate2(@"cert.p12", String.Empty); Works both on the .NET and on the Mono. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
