[Mono-bugs] [Bug 49785][Nor] Changed - AssemblyBuilder should extract the public key from the .snk file

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Oct 2003 22:44:30 -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=49785

--- shadow/49785	2003-10-17 09:03:12.000000000 -0400
+++ shadow/49785.tmp.9180	2003-10-17 22:44:30.000000000 -0400
@@ -43,6 +43,11 @@
 RSA rsa = CryptoConvert.FromCapiPrivateKeyBlob (snkbuf);
 byte[] snpubkey = CryptoConvert.ToCapiPublicKeyBlob (rsa);
 // save data into assembly
 
 We should probably extract this code from Mono.Security and put a copy into
 AssemblyBuilder.
+
+------- Additional Comments From spouliot@videotron.ca  2003-10-17 22:44 -------
+Created an attachment (id=5656)
+AssemblyBuilder patch for StrongName
+