In Visual Studio 2005, signing assembly is easy. Steps
involved are:
·
In Solution Explorer, from the Project Menu, Click Properties.
·
In the Project Designer click the Signing Tab.
·
Select the Sign the Assembly check box.
·
In the Choose a strong name key file dropdown list select New…
·
The new key file will be stored as .pfx format.
·
In the create Strong Name Key dialog box enter a name and
password for the new key file.
Figure 3

·
Click Ok.
·
Your signing tab should now look like the following.
Figure 4

·
You can also browse to an existing key file if you have already
created one.