4 references to LegacyCasModel
System.Web (4)
Compilation\AssemblyBuilder.cs (1)
589if (trustSection.LegacyCasModel) {
Hosting\ApplicationManager.cs (1)
1118switches.UseLegacyCas = trustSection.LegacyCasModel;
HttpRuntime.cs (1)
472if (trustSection.LegacyCasModel) {
UI\WebParts\WebPartManager.cs (1)
578_usePermitOnly = RuntimeConfig.GetAppConfig().Trust.LegacyCasModel;