Raises the AuthenticationRequest event.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Protected Overridable Sub OnAuthenticationRequest ( _
	e As SshAuthenticationRequestEventArgs _
)
C#
protected virtual void OnAuthenticationRequest(
	SshAuthenticationRequestEventArgs e
)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also