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