5 references to Trust
System.Web (5)
Compilation\AssemblyBuilder.cs (1)
585TrustSection trustSection = RuntimeConfig.GetAppConfig().Trust;
Compilation\BuildManager.cs (1)
657TrustSection casConfig = appConfig.Trust;
HttpRuntime.cs (2)
806trustSection = appConfig.Trust; 816trustSection = appLKGConfig.Trust;
UI\WebParts\WebPartManager.cs (1)
578_usePermitOnly = RuntimeConfig.GetAppConfig().Trust.LegacyCasModel;