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