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

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


Sebastien Pouliot <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to