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)
33
return
_fAuthRequired
;
76
if (
_fAuthRequired
) {