如何将本地程序集的安全级别更改为互联网或自定义权限集?

发布于 2024-08-09 11:51:24 字数 317 浏览 7 评论 0原文

我构建了一个程序集,它是一个类库,例如 lib.dll 。 我还有一个应用程序来访问这个库,例如 test.exe。

我将 test.exe 的安全权限更改为“Intranet”。 同时,我想将lib.dll更改为“Internet”,如下所示:(因为我想做一些安全测试。)

CasPol.exe -m -ag 1.2 -strong -file lib.dll lib 1.0.0.0 Internent

但lib.dll似乎无法获得我想要的安全权限。 命令有什么问题?或者也许还有其他更好的解决方案?

谢谢 -詹姆博

I built a assembly which is a class library, for example lib.dll .
And I also have a application to access this lib, for example test.exe.

I changed the security permission for the test.exe to "intranet".
At the same time, I want to change lib.dll to "Internet" like this: (Because I want to do some testing for security.)

CasPol.exe -m -ag 1.2 -strong -file lib.dll lib 1.0.0.0 Internent

But it seems the lib.dll can not get the security permission as I wanted.
What is wrong with the command? Or maybe there are some other better solutions?

Thanks
-Jamebo

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

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

发布评论

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

评论(1

萌︼了一个春 2024-08-16 11:51:24

请访问下面的链接,它可以帮助您更改本地程序集的信任级别

http://support.microsoft.com/ kb/815147

Please visit below link which help you to change trust level of local assembly

http://support.microsoft.com/kb/815147

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