You
need to assign a strong name to an assembly to place it in the GAC and
make it globally accessible. A strong name consists of a name that
consists of an assembly's identity (text name, version number, and
culture information), a public key and a digital signature generated
over the assembly. The .NET Framework provides a tool called the Strong
Name Tool (Sn.exe), which allows verification and key pair and
signature generation.
Post:159
Points:795What is a strong name?
You need to assign a strong name to an assembly to place it in the GAC and make it globally accessible. A strong name consists of a name that consists of an assembly's identity (text name, version number, and culture information), a public key and a digital signature generated over the assembly. The .NET Framework provides a tool called the Strong Name Tool (Sn.exe), which allows verification and key pair and signature generation.