[Mono-bugs] [Bug 403610] Error importing Pkcs#12 certificate
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 27 06:28:33 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=403610
User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=403610#c6
--- Comment #6 from Gert Driesen <gert.driesen at pandora.be> 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.
More information about the mono-bugs
mailing list