DevForce Help Reference
FormsAuthenticationLoginCredential Class
Members 


For use in applications using ASP.NET authentication services.
Syntax
'Declaration
 
<DataContractAttribute()>
Public Class FormsAuthenticationLoginCredential 
   Inherits LoginCredential
   Implements ILoginCredential 
'Usage
 
Dim instance As FormsAuthenticationLoginCredential
[DataContract()]
public class FormsAuthenticationLoginCredential : 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 ILoginCredential interface for custom implementations.

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

FormsAuthenticationLoginCredential Members
IdeaBlade.EntityModel Namespace

Send Feedback