4 references to Authentication
System.Web (4)
Configuration\AuthenticationConfig.cs (1)
35AuthenticationSection settings = RuntimeConfig.GetAppConfig().Authentication;
Security\FormsAuthentication.cs (2)
98AuthenticationSection settings = RuntimeConfig.GetAppConfig().Authentication; 327AuthenticationSection settings = RuntimeConfig.GetAppConfig().Authentication;
Security\PassportAuthenticationModule.cs (1)
132AuthenticationSection settings = RuntimeConfig.GetAppConfig().Authentication;