Assemblies can be assigned a cryptographic signature called a strong name, which provides name uniqueness for the assembly and prevents someone from taking over the name of your assembly (name spoofing). If you are deploying an assembly that will be...
Describes how to create an assembly that has strong name by using Visual Studio 2005. Also describes how to install the assembly in the global assembly cache.