DevForce Help Reference
LoginCredential Class
Members 


A credential for password-based authentication schemes.
Syntax
'Declaration
 
<DataContractAttribute()>
Public Class LoginCredential 
   Implements ILoginCredential 
'Usage
 
Dim instance As LoginCredential
[DataContract()]
public class LoginCredential : ILoginCredential  
Remarks
An ILoginCredential is passed to the Login method to validate a user.

In Silverlight and ASP.NET applications, the FormsAuthenticationLoginCredential can be used to control persistence of the authentication ticket.

Create a custom ILoginCredential if you have specific requirements for the credentials provided to your IEntityLoginManager.

Note that the credential is passed in clear text to the Entity Server. You should secure Entity Server communications using message or transport security.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.LoginCredential
      IdeaBlade.EntityModel.FormsAuthenticationLoginCredential

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

LoginCredential Members
IdeaBlade.EntityModel Namespace
EntityManager Class
IEntityLoginManager Interface

Send Feedback