.NET - sign all components

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

.NET offers a Strong-Name signing. This prevents spoofing of your code because the framework checks during loading if the assembly was modified.

 

This is just an additional option you could use to add one more security feature but it does not replace the other anti hacker strategies.

 

For more details how to use strong-name signing see this article:

http://msdn.microsoft.com/msdnmag/issues/06/07/CLRInsideOut/default.aspx

 

Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?_net___sign_all_components.htm