1 write to _fAuthRequired
System.Web (1)
Security\FormsAuthenticationModule.cs (1)
72_fAuthRequired = (AuthenticationConfig.Mode == AuthenticationMode.Forms);
2 references to _fAuthRequired
System.Web (2)
Security\FormsAuthenticationModule.cs (2)
33return _fAuthRequired; 76if (_fAuthRequired) {