Occurs when an authentication request is received from the server that cannot be answered programmatically.
Namespace:
Rebex.Net
Assembly:
Rebex.SshShell (in Rebex.SshShell.dll)
Syntax
Visual Basic |
---|
Public Event AuthenticationRequest As EventHandler(Of SshAuthenticationRequestEventArgs) |
C# |
---|
public event EventHandler<SshAuthenticationRequestEventArgs> AuthenticationRequest |