什么是中等信任级别?

发布于 2024-09-17 01:02:00 字数 138 浏览 7 评论 0 原文

任何人都可以简单地告诉我中等信任级别是什么吗?

这意味着什么:

“越来越多的 ASP.NET 托管提供商在其服务器上强制执行中等信任策略。因此,让您的网站(尽可能)在强制执行中等信任的环境中运行非常重要。”

谢谢

Could any body simply tell me what Medium Trust level is ?

And what does it mean :

"More and more ASP.NET hosting providers are enforcing a Medium Trust Policy on their servers.Therefore it is important to make your website work (as much as possible) in environments where medium trust is enforced."

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心病无药医 2024-09-24 01:02:00

简而言之,.NET 框架的某些功能在中等信任中无法工作,例如 P/Invoke、无法访问 Windows 注册表和 Windows 事件日志。而且您只能访问当前目录中的文件。您可以在 MSDN 上阅读有关 ASP.NET 代码访问安全性的更多信息。这是文章中的一个很好的表格:

alt text

To put this simply there are features of the .NET framework that won't work in Medium Trust such as P/Invoke, no access to the Windows Registry and the Windows Event Log. And also you can access files only in the current directory. You can read more about ASP.NET Code Access Security on MSDN. Here's a nice table from the article:

alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文