Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / March 2005

Tip: Looking for answers? Try searching our database.

signing an assembly

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
AVL - 28 Mar 2005 13:51 GMT
Hi

I need some clarification on signing.

what does it mean--signing an assembly?

where is ti used? How is it used?
Sean Hederman - 28 Mar 2005 20:01 GMT
> Hi
>
> I need some clarification on signing.
>
> what does it mean--signing an assembly?

It means that the assembly is digitally signed. A hash of the assembly
contents is calculated, and encrypted using an assymetric key. The public
portion of the key is encoded into the assembly along with the signed hash.

> where is ti used? How is it used

By recalculating the assembly hash and comparing it with the signed hash,
you can determine if the assembly has been tampered with since being signed.
The public key can also be compared to the expected public key to determine
that it was signed by the correct party. These signatures are required for
assemblies installed in the GAC. When you reference these assemblies, the
CLR will only load the assembly with the correct strong name.
Justin Smith - 28 Mar 2005 20:45 GMT
A strongly named assembly has at least 3 more benefits -

1) it provides a great boundry for Code Access Security Policy
2) it provides tamper-proof capability for your application - the encrypted
hash will only compare with the same build and public key
3) it allows precise control of versioning.

> > Hi
> >
[quoted text clipped - 14 lines]
> assemblies installed in the GAC. When you reference these assemblies, the
> CLR will only load the assembly with the correct strong name.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.