<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bypassing the Authenticode Signature Check on Startup</title><link>http://blogs.msdn.com/b/shawnfa/archive/2007/05/07/bypassing-the-authenticode-signature-check-on-startup.aspx</link><description>A while back I wrote about the performance penalty of loading an assembly with an Authenticode signature . The CLR will attempt to verify the signature at load time to generate Publisher evidence for the assembly. However, by default most applications</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Bypassing the Authenticode Signature Check on Startup</title><link>http://blogs.msdn.com/b/shawnfa/archive/2007/05/07/bypassing-the-authenticode-signature-check-on-startup.aspx#10072978</link><pubDate>Thu, 07 Oct 2010 21:49:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10072978</guid><dc:creator>Jason H - SQL</dc:creator><description>&lt;p&gt;I found this feature was backported to .Net 2.0 via hotfix &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/936707"&gt;support.microsoft.com/.../936707&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can check the .Net file C:\Windows\Microsoft.NET\Framework\v2.0.50727\MsCorWks.dll to make sure it is higher than the 876 revision (2.0.50727.876 or later) &amp;nbsp;if you are unsure the patch is installed.&lt;/p&gt;
&lt;p&gt;Therefore this workaround can work on .Net 2.0 apps as well. Just make an application.exe.config file in the same folder where your application.exe lives and paste in the text with notepad:&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;configuration&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;runtime&amp;gt;&lt;/p&gt;
&lt;p&gt;	&amp;lt;generatePublisherEvidence enabled=&amp;quot;false&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;lt;/runtime&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10072978" width="1" height="1"&gt;</description></item><item><title>re: Bypassing the Authenticode Signature Check on Startup</title><link>http://blogs.msdn.com/b/shawnfa/archive/2007/05/07/bypassing-the-authenticode-signature-check-on-startup.aspx#10072962</link><pubDate>Thu, 07 Oct 2010 21:23:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10072962</guid><dc:creator>Jason H - SQL</dc:creator><description>&lt;p&gt;This setting was shipped in .Net 3.5. &lt;/p&gt;
&lt;p&gt;Does it work downlevel to .net 2.0 after 3.5 is installed? I think 3.5 is like a service pack for 2.0, but I&amp;#39;m not sure.&lt;/p&gt;
&lt;p&gt;I tried it and it seems to help (process monitor shows no CRL keys touched with this setting enabled=false), but I just want to make sure of it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10072962" width="1" height="1"&gt;</description></item><item><title>Slow application load and connections - ZeroC Forums</title><link>http://blogs.msdn.com/b/shawnfa/archive/2007/05/07/bypassing-the-authenticode-signature-check-on-startup.aspx#9394148</link><pubDate>Wed, 04 Feb 2009 04:29:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9394148</guid><dc:creator>Slow application load and connections - ZeroC Forums</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.zeroc.com/forums/help-center/4174-slow-application-load-connections.html#post18398"&gt;http://www.zeroc.com/forums/help-center/4174-slow-application-load-connections.html#post18398&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9394148" width="1" height="1"&gt;</description></item></channel></rss>