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)
68
if (!
_IsAuthenticated
) {
143
public bool IsAnonymous { get { return !
_IsAuthenticated
; } }