1 write to _strErrorText
System.Web (1)
Security\BackStopAuthenticationModule.cs (1)
163
_strErrorText
= (new AuthFailedErrorFormatter()).GetErrorMessage();
4 references to _strErrorText
System.Web (4)
Security\BackStopAuthenticationModule.cs (4)
158
if (
_strErrorText
!= null)
159
return
_strErrorText
;
162
if (
_strErrorText
== null)
166
return
_strErrorText
;