[Mono-bugs] [Bug 79028][Nor] New - ArgumentException using X509Certificate2 ctors that take password
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 7 18:25:01 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79028
--- shadow/79028 2006-08-07 18:25:01.000000000 -0400
+++ shadow/79028.tmp.17879 2006-08-07 18:25:01.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 79028
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ArgumentException using X509Certificate2 ctors that take password
+
+An ArgumentException reporting "invalid PFX version" is thrown when using
+the X509Certificate2 ctors that take a password.
+
+To reproduce, compile and run the attached code snippet.
+
+Expected result:
+
+#1 SUCCESS
+#2 SUCCESS
+
+(which is the result I get on MS.NET 2.0)
+
+Actual result:
+
+#1 FAILED: invalid PFX version
+#2 FAILED: invalid PFX version
More information about the mono-bugs
mailing list