IdeaBlade DevForce 2010 Help Reference
LoginOptions Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel.Security Namespace : LoginOptions Class



Determine the characteristics of the EntityServer to authenticate against.

Syntax

Visual Basic (Declaration) 
Public Class LoginOptions 
Visual Basic (Usage)Copy Code
Dim instance As LoginOptions
C# 
public class LoginOptions 
C++/CLI 
public ref class LoginOptions 

Remarks

Validation of user credentials can be performed either for a specific EntityManager or for the application as a whole. An EntityManager will communicate with a specific EntityServer, one having the same data source extension and composition context name. By default, the synchronous and asynchronous Login calls made from an EntityManager will use LoginOptions reflecting the EntityServer in use.

When calling the Authenticator.Login directly, you may choose which EntityServer to authenticate against by specifying the LoginOptions.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.Security.LoginOptions

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.