IdeaBlade.EntityModel.Web Assembly > IdeaBlade.EntityModel Namespace : FormsAuthenticationLoginCredential Class |
'Declaration
<DataContractAttribute()> Public Class FormsAuthenticationLoginCredential Inherits LoginCredential Implements ILoginCredential
'Usage
Dim instance As FormsAuthenticationLoginCredential
[DataContract()] public class FormsAuthenticationLoginCredential : LoginCredential, ILoginCredential
It is not necessary to use the FormsAuthenticationLoginCredential in your Silverlight or ASP.NET application. If you use a LoginCredential with Forms authentication the authentication ticket will not persist after the session completes. You can also extend the ILoginCredential interface for custom implementations.
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