VncSharp

AuthenticateDelegate Delegate

When connecting to a VNC Host, a password will sometimes be required. Therefore a password must be obtained from the user. A default Password dialog box is included and will be used unless users of the control provide their own Authenticate delegate function for the task. For example, this might pull a password from a configuration file of some type instead of prompting the user.

[Visual Basic]
Public Delegate Function AuthenticateDelegate() As String
[C#]
public delegate string AuthenticateDelegate();

Requirements

Namespace: VncSharp

Assembly: VncSharp (in VncSharp.dll)

See Also

VncSharp Namespace