https://bugzilla.novell.com/show_bug.cgi?id=396620
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=396620#c12 Summary: X509Certificate2.PrivateKey property - operation not supported Product: Mono: Class Libraries Version: 1.9.0 Platform: i686 OS/Version: Windows XP Status: NEW Severity: Major Priority: P5 - None Component: System.Security AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [email protected] Found By: --- Certificate is stored in pkcs#12 file format. After importing it to X509Certificate2 class, everything works as exptected. However setting PrivateKey property to null causes NotSupportedException (works on .NET). PKCS certificate exported (without the key) as base64 encoded string can then be imported into .NET again, but on Mono it fails with "Certificate data not valid". -- 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
