如何将本地程序集的安全级别更改为互联网或自定义权限集?
我构建了一个程序集,它是一个类库,例如 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请访问下面的链接,它可以帮助您更改本地程序集的信任级别
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