确定方法调用是否在Medium Trust下运行的最简单方法是什么?

时间:2010-03-02 18:09:50

标签: asp.net security

有没有快速的方法来确定方法调用是否会在中等信任下运行?在这种情况下,我特别想了解.NET Framework方法的信任级别要求。谢谢!

2 个答案:

答案 0 :(得分:1)

检查MSDN或使用Reflector检查属性。

这只是您要查找的属性类型的一个示例。

[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public static class ProfileManager
{

答案 1 :(得分:0)

您需要在web.config文件中设置信任级别媒介