1 write to _IsAuthenticated
System.Web (1)
Profile\HttpProfileBase.cs (1)
120_IsAuthenticated = isAuthenticated;
2 references to _IsAuthenticated
System.Web (2)
Profile\HttpProfileBase.cs (2)
68if (!_IsAuthenticated) { 143public bool IsAnonymous { get { return !_IsAuthenticated; } }