GetCredentialsCheck(String,String) Method
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > Credentials Class > GetCredentialsCheck Method : GetCredentialsCheck(String,String) Method



user
password

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetCredentialsCheck( _
   ByRef user As String, _
   ByRef password As String _
) As DialogResult
Visual Basic (Usage) Copy Code
Dim user As String
Dim password As String
Dim value As DialogResult
 
value = Credentials.GetCredentialsCheck(user, password)
C#  
public static DialogResult GetCredentialsCheck( 
   ref string user,
   ref string password
)
C++/CLI  
public:
static DialogResult GetCredentialsCheck( 
   String^% user,
   String^% password
) 

Parameters

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