https://bugzilla.novell.com/show_bug.cgi?id=403610
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=403610#c9 --- Comment #9 from Maciej Paszta <[EMAIL PROTECTED]> 2008-06-27 06:28:32 MDT --- The following code: using System; using System.Security.Cryptography.X509Certificates; namespace X509CertTest { class Program { static void Main (string[] args) { X509Certificate2 ca = new X509Certificate2 (@"return_cert.p12", String.Empty); Console.WriteLine (ca); } } } Works OK on the .NET and Mono 1.9.1 with supplied certificate. -- 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
