[Mono-bugs] [Bug 49557][Min] Changed - AssemblyBuilder.cs doesn't process AssemblyKeyNameAttribute
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 18 Oct 2003 13:17:21 -0400 (EDT)
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=49557
--- shadow/49557 2003-10-11 12:47:46.000000000 -0400
+++ shadow/49557.tmp.11674 2003-10-18 13:17:21.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 49557
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: spouliot@videotron.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -25,6 +25,11 @@
Most public projects uses AssemblyKeyFileAttribute because it's easier to
distribute a SNK file than export a CryptoAPI container - but enterprises
may use the containers for better security (like having the key into a
smartcard). Right now Mono support for CAPI containers is rather limited -
so this isn't an immediate problem.
+
+------- Additional Comments From spouliot@videotron.ca 2003-10-18 13:17 -------
+This has been fixed with bug #49785. However it wont "really" work
+until Mono supports key containers (but then no changes will be
+required to AssemblyBuilder.cs).