DevForce Help Reference
LoginState Enumeration


Indicates the state of the AuthenticationContext.
Syntax
'Declaration
 
Public Enum LoginState 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As LoginState
Members
MemberDescription
LoggedIn The user has logged in.
LoggedOutMustLoginExplicitly The user has logged out, and must re-login to make further requests to the EntityServer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.Security.LoginState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBlade.EntityModel.Security Namespace

Send Feedback