4 references to Forms
System.Web (4)
Configuration\AuthenticationConfig.cs (1)
42Debug.Assert(value == AuthenticationMode.Forms, "Only Forms mode can be set to override config");
Security\FormsAuthentication.cs (2)
647AuthenticationConfig.Mode = AuthenticationMode.Forms; 662return AuthenticationConfig.Mode == AuthenticationMode.Forms;
Security\FormsAuthenticationModule.cs (1)
72_fAuthRequired = (AuthenticationConfig.Mode == AuthenticationMode.Forms);