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