DevForce Help Reference
LoginCredential Constructor


User name
Password
Domain
Creates a LoginCredential from user name, password and domain information.
Syntax
'Declaration
 
Public Function New( _
   ByVal userName As String, _
   ByVal password As String, _
   ByVal domain As String _
)
'Usage
 
Dim userName As String
Dim password As String
Dim domain As String
 
Dim instance As New LoginCredential(userName, password, domain)
public LoginCredential( 
   string userName,
   string password,
   string domain
)

Parameters

userName
User name
password
Password
domain
Domain
Remarks
Your implementation of IEntityLoginManager will determine the credential data to be supplied, and whether any field is optional.
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

LoginCredential Class
LoginCredential Members

Send Feedback