码迷,mamicode.com
首页 > 其他好文 > 详细

<generatePublisherEvidence> 元素

时间:2017-09-08 18:37:04      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:conf   pst   tar   data-   start   cost   有关   exe   and   

<configuration>
    <runtime>
        <generatePublisherEvidence enabled="false"/>
    </runtime>
</configuration>

  在 .NET Framework 4 和更高版本中,此元素对程序集加载时间没有影响。 有关更多信息,请参见 .NET Framework 中的安全性更改中的“安全策略简化”一节。

 

公共语言运行时 (CLR) 尝试在加载时验证 Authenticode 签名,以便为程序集创建 Publisher 证据。 但在默认情况下,大部分应用程序都不需要Publisher 证据。 标准的 CAS 策略不依赖于 PublisherMembershipCondition。 除非在使用自定义 CAS 策略的计算机上执行应用程序或者应用程序要满足部分信任环境中对 PublisherIdentityPermission 的要求,否则应避免与验证发行者签名相关的不必要的启动成本。(在完全受信任的环境中,标识权限的要求总是会成功。)

 

建议服务使用 <generatePublisherEvidence> 元素来改进启动性能。使用此元素还有助于避免会导致超时和取消服务启动的延迟。

<generatePublisherEvidence> 元素

标签:conf   pst   tar   data-   start   cost   有关   exe   and   

原文地址:http://www.cnblogs.com/dj258/p/7495170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!