https://bugzilla.novell.com/show_bug.cgi?id=403610
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=403610#c14 Sebastien Pouliot <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |[EMAIL PROTECTED] --- Comment #14 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-06-27 10:28:16 MDT --- Maciej, what version of .NET and Windows is your friend using ? I suspect this is related to different versions of CryptoAPI interfaced by the same managed code. This is exposed elsewhere too in the X.509 classes, e.g. it's very visible for certificate validation (X509Chain). This produce subtle difference between operating system versions. The solution I use for those case is being compatible with the specifications (not applicable in this case) or the latest operating system - since it will eventually become the default (and it generally gets better too ;-). -- 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
