https://bugzilla.novell.com/show_bug.cgi?id=403610

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=403610#c6





--- Comment #6 from Gert Driesen <[EMAIL PROTECTED]>  2008-06-27 04:28:32 MDT 
---
Maciej, for me this fails on MS with the above exception (on both .NET 1.1 SP1
and .NET 2.0 SP1):

new X509Certificate2(@"cert.p12");

same goes for this:

X509Certificate.CreateFromCertFile ("cert.p12");

What version of .NET are you using?

You can check this using the following code:

using System;

class Program
{
        static void Main ()
        {
                Console.WriteLine (Environment.Version.ToString ());
        }
}

My version is 2.0.50727.1433 (aka .NET 2.0 SP1)


-- 
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

Reply via email to