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