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 / ASP.NET / General / February 2008

Tip: Looking for answers? Try searching our database.

signing assembly files

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tem - 13 Feb 2008 19:37 GMT
Do signed assembly dll files run a little bit slower? due to the extra
overhead?
the dlls will be used on our own web server and won't be distributed. Is it
still worth signing the files?

Tem
Nicholas Paldino [.NET/C# MVP] - 13 Feb 2008 19:53 GMT
Tem,

   I've never heard anything to the effect that the signing causes types in
the assembly to run slower.  Granted, there might be a one-time hit for
verification, but I can't imagine it is that substantial.

   Of course, you can always run some performance tests for your signed and
unsigned assemblies.

   In the end though, I think you will find little, if any difference.
Also, signing is still a good idea because it prevents the assembly from
being modified in a way that would allow it to continue to run (since the
hashes wont match anymore).

   This means that you have to make sure that the key used to sign the file
is secure.

Signature

         - Nicholas Paldino [.NET/C# MVP]
         - mvp@spam.guard.caspershouse.com

> Do signed assembly dll files run a little bit slower? due to the extra
> overhead?
> the dlls will be used on our own web server and won't be distributed. Is
> it still worth signing the files?
>
> Tem

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.