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