| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute()> Public Class FormsAuthenticationLoginCredential Inherits LoginCredential Implements ILoginCredential | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FormsAuthenticationLoginCredential | |
| C# | |
|---|---|
[DataContractAttribute()] public class FormsAuthenticationLoginCredential : LoginCredential, ILoginCredential | |
| C++/CLI | |
|---|---|
[DataContractAttribute()] public ref class FormsAuthenticationLoginCredential : public LoginCredential, ILoginCredential | |
Extends the LoginCredential to allow for specification of whether a FormsAuthentication ticket should be persistent.
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 IdeaBlade.EntityModel.ILoginCredential interface for custom implementations.
System.Object
IdeaBlade.EntityModel.LoginCredential
IdeaBlade.EntityModel.FormsAuthenticationLoginCredential
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