Results 1 to 4 of 4

Thread: Strong Name

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Location
    São Paulo
    Posts
    1

    Exclamation Strong Name

    Somebody knows how to create a "strong name" for my class in visual studio.net 2003

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    The tool you'll need is Sn.exe (on my machine , it's in : C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin\sn.exe)
    You need to refer to MSDN Help to know how to use .

  3. #3
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    what is a "strong name"?

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by Andy
    what is a "strong name"?


    MSDN Explanation


    A strong name consists of the assembly's identity — its simple text name, version number, and culture information (if provided) — plus a public key and a digital signature. It is generated from an assembly file using the corresponding private key. (The assembly file contains the assembly manifest, which contains the names and hashes of all the files that make up the assembly.)

    Remember that once you give an assembly a strong name, all assemblies that reference that assembly also have to have a strong name. The reason is so that the level of security implied by a strong named assembly is not compromised by less secure assemblies.

    Note Once an assembly is created, you cannot sign it with a strong name. You can sign an assembly with a strong name only when you create it.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width