[Mono-bugs] [Bug 396486] Importing PEM certificate doesn't work
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jun 2 14:30:18 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=396486
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=396486#c3
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Major |Normal
Status|NEW |ASSIGNED
Component|System.Security |CORLIB
OS/Version|Windows XP |All
Platform|i686 |All
--- Comment #3 from Sebastien Pouliot <spouliot at novell.com> 2008-06-02 12:30:18 MDT ---
bug confirmed on SLED10 using:
using System;
using System.Security.Cryptography.X509Certificates;
class Program {
static void Main ()
{
Console.WriteLine (X509Certificate.CreateFromCertFile
("bug396486.pem").ToString ());
}
}
--
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