VncSharp

PasswordDialog.GetPassword Method 

Creates an instance of PasswordDialog and uses it to obtain the user's password.

[Visual Basic]
Public Shared Function GetPassword() As String
[C#]
public static string GetPassword();

Return Value

Returns the user's password as entered, or null if he/she clicked Cancel.

See Also

PasswordDialog Class | VncSharp Namespace