11 references to AuthenticationSection
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (2)
543AuthenticationSection authSection = (AuthenticationSection)UnsafeGetConfigurationSection("system.web/authentication");
System.Web (9)
Configuration\AuthenticationConfig.cs (1)
35AuthenticationSection settings = RuntimeConfig.GetAppConfig().Authentication;
Configuration\RuntimeConfig.cs (3)
251internal AuthenticationSection Authentication { 253return (AuthenticationSection) GetSection("system.web/authentication", typeof(AuthenticationSection), ResultsIndex.Authentication);
Configuration\SystemWebSectionGroup.cs (2)
25public AuthenticationSection Authentication { 27return (AuthenticationSection) Sections["authentication"];
Security\FormsAuthentication.cs (2)
98AuthenticationSection settings = RuntimeConfig.GetAppConfig().Authentication; 327AuthenticationSection settings = RuntimeConfig.GetAppConfig().Authentication;
Security\PassportAuthenticationModule.cs (1)
132AuthenticationSection settings = RuntimeConfig.GetAppConfig().Authentication;