IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : LoginCredential Class |
'Declaration
<DataContractAttribute()> Public Class LoginCredential Implements ILoginCredential
'Usage
Dim instance As LoginCredential
[DataContract()] public class LoginCredential : ILoginCredential
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.
System.Object
IdeaBlade.EntityModel.LoginCredential
IdeaBlade.EntityModel.FormsAuthenticationLoginCredential
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