Represents an SSH keyboard-interactive prompt.

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public class SSHAuthPrompt
Visual Basic
Public Class SSHAuthPrompt
Visual C++
public ref class SSHAuthPrompt

Remarks

The SSH server sends a prompt string which the client must respond to. Instances of this class are supplied to the server so that the prompt is automatically answered with the required response

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Net.Ftp.Ssh..::..SSHAuthPrompt
    EnterpriseDT.Net.Ftp.Ssh..::..SSHPasswordPrompt

See Also