2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 30 Apr 2004 21:17:51 +0000 (21:17 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 30 Apr 2004 21:17:51 +0000 (21:17 -0000)
* AssemblyInfo.cs: Now delay-signed with IBM public key.

svn path=/trunk/mcs/; revision=26469

mcs/class/IBM.Data.DB2/Assembly/AssemblyInfo.cs

index cbb28e2f76c265467c53aad479d4d8d21455de85..2f1316a1ebeb6b0a786faf91d8ed408c91305f25 100644 (file)
@@ -28,30 +28,5 @@ using System.Runtime.CompilerServices;
 \r
 [assembly: AssemblyVersion("1.0.*")]\r
 \r
-//\r
-// In order to sign your assembly you must specify a key to use. Refer to the \r
-// Microsoft .NET Framework documentation for more information on assembly signing.\r
-//\r
-// Use the attributes below to control which key is used for signing. \r
-//\r
-// Notes: \r
-//   (*) If no key is specified, the assembly is not signed.\r
-//   (*) KeyName refers to a key that has been installed in the Crypto Service\r
-//       Provider (CSP) on your machine. KeyFile refers to a file which contains\r
-//       a key.\r
-//   (*) If the KeyFile and the KeyName values are both specified, the \r
-//       following processing occurs:\r
-//       (1) If the KeyName can be found in the CSP, that key is used.\r
-//       (2) If the KeyName does not exist and the KeyFile does exist, the key \r
-//           in the KeyFile is installed into the CSP and used.\r
-//   (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.\r
-//       When specifying the KeyFile, the location of the KeyFile should be\r
-//       relative to the project output directory which is\r
-//       %Project Directory%\obj\<configuration>. For example, if your KeyFile is\r
-//       located in the project directory, you would specify the AssemblyKeyFile \r
-//       attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]\r
-//   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework\r
-//       documentation for more information on this.\r
-//\r
-[assembly: AssemblyDelaySign(true)]\r
-[assembly: AssemblyKeyFile("../mono.pub")]\r
+[assembly: AssemblyDelaySign (true)]\r
+[assembly: AssemblyKeyFile ("ibm.pub")]\r