IdeaBlade DevForce 2010 Help Reference
AspAuthenticatingLoginManager Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.EntityModel.Web Assembly > IdeaBlade.EntityModel.Web Namespace : AspAuthenticatingLoginManager Class


The following tables list the members exposed by AspAuthenticatingLoginManager.

Public Constructors

 NameDescription
Public ConstructorAspAuthenticatingLoginManager Constructor Create an instance of this class.  
Top

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)AllowAnonymousLoginReturns the value of the ServerSettings.AllowAnonymousLogin) flag.  
Public Propertystatic (Shared in Visual Basic)AspNetCompatibilityEnabledReturns the setting from the ServiceHostingEnvironment element in the configuration file.  
Public PropertyGetAnonymousUserReturns a IdeaBlade.EntityModel.UserBase for a guest user.  
Top

Protected Properties

 NameDescription
Protected PropertyEntityManagerThe EntityManager passed to the Login or Logout method.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from object)
Public Methodstatic (Shared in Visual Basic)GetAuthenticationModeReturns the setting from the authentication element in the configuration file.  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodLogin Authenticate the user.  
Public MethodLogout Logout the current user.  
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodCreateIdentityCore Creates an IIdentity from the information passed.  
Protected MethodCreatePrincipalCore Creates an IPrincipal from the information passed.  
Protected MethodCreateUserCoreOverloaded. Create an System.Security.Principal.IPrincipal representing the current user. Called when the login was passed an ILoginCredential.  
Protected MethodFinalize (Inherited from object)
Protected MethodGetRolesCore Get roles for the authenticated user.  
Protected MethodLogoutCore Perform any logout processing needed.  
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodSetCookieCore Set the authentication ticket for the authenticated user.  
Protected MethodSetUserProfile Sets profile properties into the UserBase instance.  
Protected MethodValidateUserCore Validate the credentials.  
Top

See Also

© 2013 All Rights Reserved.