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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also