[Mono-bugs] [Bug 52084][Maj] Changed - SignedXml.CheckSignature() throws 'System.Security.Cryptography.CryptographicUnexpectedOperationException: missing key'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Dec 2003 22:52:06 -0500 (EST)
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 spouliot@videotron.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=52084
--- shadow/52084 2003-12-11 19:11:00.000000000 -0500
+++ shadow/52084.tmp.24158 2003-12-11 22:52:06.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 52084
Product: Mono/Class Libraries
Version: unspecified
OS: Suse 8.2
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: mlasky@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -162,6 +162,16 @@
Additional Information:
1. Running on mono 0.29.0.0.
2. This code executes successfully on the Windows .NET platform.
3. Please help!
+
+------- Additional Comments From spouliot@videotron.ca 2003-12-11 22:52 -------
+This works for me using mono 0.28 under Windows.
+IIRC System.Security hasn't changed since 0.28.
+
+Can you try to print your xml document just before :
+signedXml.LoadXml( signedDoc.DocumentElement );
+
+with something like:
+Console.WriteLine (signedDoc.DocumentElement.OuterXml);