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