This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

CRV2 FrameworkSpecIssuesASPNetStrongAssembiles

From OWASP
Revision as of 01:06, 1 July 2013 by Johanna Curiel (talk | contribs) (Created page with "Strongly Named assemblies Creating Strongly Named Assemblies provides a unique identification to an assembly. A unique digital signature is specifically created for it. By de...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Strongly Named assemblies

Creating Strongly Named Assemblies provides a unique identification to an assembly. A unique digital signature is specifically created for it. By default strongly names assemblies can only access other ones. The strong name guarantee its uniqueness because it relies on unique key pairs. Furthermore, it provides a very strong integrity check.


Signing tools In order to create a Strongly name assembly there are a set of tools and steps that you need to follow

Using Visual Studio

Using Strong Name tool

Using the Assembly Linker(AI.exe)