Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function GetCredentialsCheck( _ ByRef user As String, _ ByRef password As String _ ) As DialogResult |
Visual Basic (Usage) | ![]() |
---|---|
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
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