DevForce Help Reference
LoginOptions Class
Members 


Determine the characteristics of the EntityServer to authenticate against.
Syntax
'Declaration
 
Public Class LoginOptions 
'Usage
 
Dim instance As LoginOptions
public class LoginOptions 
Remarks
Validation of user credentials can be performed either for a specific IdeaBlade.EntityModel.EntityManager or for the application as a whole. An IdeaBlade.EntityModel.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 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

LoginOptions Members
IdeaBlade.EntityModel.Security Namespace

Send Feedback