2 writes to _authenticated
System.Web.Extensions (2)
ApplicationServices\AuthenticatingEventArgs.cs (2)
17
set {
_authenticated
= value; }
42
_authenticated
= false;
1 reference to _authenticated
System.Web.Extensions (1)
ApplicationServices\AuthenticatingEventArgs.cs (1)
16
get { return
_authenticated
; }