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