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