IdeaBlade DevForce 2010 Help Reference
FormsAuthenticationLoginCredential Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel.Web Assembly > IdeaBlade.EntityModel Namespace : FormsAuthenticationLoginCredential Class



For use in applications using ASP.NET authentication services.

Syntax

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  

Remarks

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.

Inheritance Hierarchy

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

Requirements

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

See Also

© 2013 All Rights Reserved.