CredentialsDialog Constructor(String,String,String)
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > CredentialsDialog Class > CredentialsDialog Constructor : CredentialsDialog Constructor(String,String,String)



domain
user
password

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByRef domain As String, _
   ByRef user As String, _
   ByRef password As String _
)
Visual Basic (Usage) Copy Code
Dim domain As String
Dim user As String
Dim password As String
 
Dim instance As New CredentialsDialog(domain, user, password)
C#  
public CredentialsDialog( 
   ref string domain,
   ref string user,
   ref string password
)
C++/CLI  
public:
CredentialsDialog( 
   String^% domain,
   String^% user,
   String^% password
)

Parameters

domain
user
password

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