Signer


Version: 1.0.0.0
Size:
36KB
Requirements:
No special requirements
Seller:
Alois Kraus
Price:
Free
System:
Windows XP/2000/98
Rating:
4.5
License:
GPL

Description - Signer



Sign your unsigned assemblies AFTER you have built them. You can sign a whole bunch of unsigned assemblies with one public key while your strong named references are also updated at once. This is achieved by decompiling your assemblies with ILDASM to MSIL code, parsing and the IL code and doing the necessary modifications. After that a new Assembly is created with ILASM and Voila: Strong named assemblies. It has been tested with major projects (e.g. Enterprise Library Jan 2006) to validate that this approach works reliable.What is Signer good for?It allows you to strong name (sign) your unsigned assemblies after you have built them. You can sign assemblies for which you do not have the source code. If you build for example a strong named application all your referenced assemblies must also be signed. This can become a problem if you get unsigned assemblies from another software vendor. In this case Signer is your last option you can to get strong names into your project.

Signer Unsigned Assemblies Strong Named


More in Helpfile Tools-Signer

Assemblies After Unsigned Assemblies