[Mono-bugs] [Bug 49557][Min] New - AssemblyBuilder.cs doesn't process AssemblyKeyNameAttribute
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Oct 2003 12:47:46 -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.20378 2003-10-11 12:47:46.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 49557
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: spouliot@videotron.ca
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: AssemblyBuilder.cs doesn't process AssemblyKeyNameAttribute
+
+Description of Problem:
+
+Method SetCustomAttribute
+in /mcs/class/System.Reflection.Emit/AssemblyBuilder.cs doesn't seem to
+process AssemblyKeyNameAttribute to include a strongname public key into
+an assembly (but AssemblyKeyFileAttribute is supported).
+
+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.