VncSharp

RemoteDesktop.GetPassword Field

Points to a Function capable of obtaining a user's password. By default this means using the PasswordDialog.GetPassword() function; however, users of RemoteDesktop can replace this with any function they like, so long as it matches the delegate type.

[Visual Basic]
Public GetPassword As AuthenticateDelegate
[C#]
public AuthenticateDelegate GetPassword;

See Also

RemoteDesktop Class | VncSharp Namespace