9 references to RoleManagerSection
System.Web (9)
Configuration\RuntimeConfig.cs (3)
385internal RoleManagerSection RoleManager { 387return (RoleManagerSection) GetSection("system.web/roleManager", typeof(RoleManagerSection));
Configuration\SystemWebSectionGroup.cs (2)
205public RoleManagerSection RoleManager { 207return (RoleManagerSection) Sections["roleManager"];
Security\Roles.cs (4)
72RoleManagerSection config = RuntimeConfig.GetAppConfig().RoleManager; 494RoleManagerSection settings = RuntimeConfig.GetAppConfig().RoleManager; 527private static void InitializeSettings(RoleManagerSection settings) { 551private static void InitializeDefaultProvider(RoleManagerSection settings) {