4 references to Authentication
System.Web (4)
Configuration\AuthenticationConfig.cs (1)
35
AuthenticationSection settings = RuntimeConfig.GetAppConfig().
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
;