2 writes to _authenticated
System.Web (2)
UI\WebControls\AuthenticateEventArgs.cs (2)
18
_authenticated
= authenticated;
31
_authenticated
= value;
1 reference to _authenticated
System.Web (1)
UI\WebControls\AuthenticateEventArgs.cs (1)
28
return
_authenticated
;