有没有快速的方法来确定方法调用是否会在中等信任下运行?在这种情况下,我特别想了解.NET Framework方法的信任级别要求。谢谢!
答案 0 :(得分:1)
检查MSDN或使用Reflector检查属性。
这只是您要查找的属性类型的一个示例。
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public static class ProfileManager
{
答案 1 :(得分:0)
您需要在web.config文件中设置信任级别媒介