Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
2.1 KiB

  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. //
  4. // General Information about an assembly is controlled through the following
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. //
  8. [assembly: AssemblyTitle("webca.dll")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("Microsoft Corporation")]
  12. [assembly: AssemblyProduct("UDDI Services")]
  13. [assembly: AssemblyCopyright("Copyright (c) 2002 Microsoft Corporation")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. //
  17. // In order to sign your assembly you must specify a key to use. Refer to the
  18. // Microsoft .NET Framework documentation for more information on assembly signing.
  19. //
  20. // Use the attributes below to control which key is used for signing.
  21. //
  22. // Notes:
  23. // (*) If no key is specified, the assembly is not signed.
  24. // (*) KeyName refers to a key that has been installed in the Crypto Service
  25. // Provider (CSP) on your machine. KeyFile refers to a file which contains
  26. // a key.
  27. // (*) If the KeyFile and the KeyName values are both specified, the
  28. // following processing occurs:
  29. // (1) If the KeyName can be found in the CSP, that key is used.
  30. // (2) If the KeyName does not exist and the KeyFile does exist, the key
  31. // in the KeyFile is installed into the CSP and used.
  32. // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
  33. // When specifying the KeyFile, the location of the KeyFile should be
  34. // relative to the project output directory which is
  35. // %Project Directory%\obj\<configuration>. For example, if your KeyFile is
  36. // located in the project directory, you would specify the AssemblyKeyFile
  37. // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
  38. // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
  39. // documentation for more information on this.
  40. //
  41. [assembly: AssemblyDelaySign(false)]
  42. [assembly: AssemblyKeyFile("")]
  43. [assembly: AssemblyKeyName("")]