9 references to AuthorizationSection
System.Web (9)
Configuration\RuntimeConfig.cs (3)
257internal AuthorizationSection Authorization { 259return (AuthorizationSection) GetSection("system.web/authorization", typeof(AuthorizationSection), ResultsIndex.Authorization);
Configuration\SystemWebSectionGroup.cs (2)
32public AuthorizationSection Authorization { 34return (AuthorizationSection) Sections["authorization"];
Security\UrlAuthorizationModule.cs (4)
103AuthorizationSection settings = RuntimeConfig.GetConfig(vPath).Authorization; 140AuthorizationSection settings = RuntimeConfig.GetConfig(context).Authorization; 169AuthorizationSection settings = RuntimeConfig.GetConfig(context).Authorization; 180AuthorizationSection settings = RuntimeConfig.GetConfig(context, virtualPath).Authorization;