[Mono-bugs] [Bug 77559][Wis] Changed - Problem with crypto in
assembly wrapped in COM
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 28 09:10:24 EST 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77559
--- shadow/77559 2006-02-15 03:24:03.000000000 -0500
+++ shadow/77559.tmp.7348 2006-02-28 09:10:24.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77559
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Mono.Security
AssignedTo: sebastien at ximian.com
ReportedBy: khe at kmd.dk
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -176,6 +176,19 @@
UseMachineKeyStore (as a second/last chance).
--
Sebastien Pouliot <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/
___________________________________________________________________________
+
+------- Additional Comments From sebastien at ximian.com 2006-02-28 09:10 -------
+The best fix would be to return a RSAManaged instance. However I,
+sadly, expect that a lot of code simply typecast the returning RSA
+instance into a RSACryptoServiceProvider (which would break them).
+
+In the mean time you can try using:
+
+ RSACryptoServiceProvider.UseMachineKeyStore = true;
+
+in your code. The static UseMachineKeyStore property was added in 1.1
+to act as a global flag for the key store. I cannot change this
+globally inside Mono.Security.dll but any application could do it.
More information about the mono-bugs
mailing list