6 references to TrustLevels
System.Web (6)
Hosting\ApplicationManager.cs (2)
1381if (securityPolicySection == null || securityPolicySection.TrustLevels[trustSection.Level] == null) { 1384String configFile = (String)securityPolicySection.TrustLevels[trustSection.Level].PolicyFileExpanded;
HttpRuntime.cs (4)
3135if (securityPolicySection == null || securityPolicySection.TrustLevels[trustSection.Level] == null) { 3146file = (String)securityPolicySection.TrustLevels[trustSection.Level].LegacyPolicyFileExpanded; 3149file = (String)securityPolicySection.TrustLevels[trustSection.Level].PolicyFileExpanded; 3291String file = (String)securityPolicySection.TrustLevels[trustSection.Level].PolicyFileExpanded;