DevForce Help Reference
FormsAuthenticationLoginCredential Constructor(String,String,String,Boolean)


Create an instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal userName As String, _
   ByVal password As String, _
   ByVal domain As String, _
   ByVal isPersistent As Boolean _
)
'Usage
 
Dim userName As String
Dim password As String
Dim domain As String
Dim isPersistent As Boolean
 
Dim instance As New FormsAuthenticationLoginCredential(userName, password, domain, isPersistent)
public FormsAuthenticationLoginCredential( 
   string userName,
   string password,
   string domain,
   bool isPersistent
)

Parameters

userName
password
domain
isPersistent
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 Class
FormsAuthenticationLoginCredential Members
Overload List

Send Feedback