[Mono-bugs] [Bug 403610] Error importing Pkcs#12 certificate
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 27 08:28:32 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=403610
User paszczi at go2.pl added comment
https://bugzilla.novell.com/show_bug.cgi?id=403610#c9
--- Comment #9 from Maciej Paszta <paszczi at go2.pl> 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.
More information about the mono-bugs
mailing list