edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHAuthPrompt Class

Represents an SSH keyboard-interactive prompt.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public class SSHAuthPrompt
Inheritance
Object    SSHAuthPrompt
Derived

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

Constructors

SSHAuthPrompt Default constructor. Sets prompt and response to empty strings.
SSHAuthPrompt(String, String) Creates a new SSHPrompt object.

Properties

Prompt Get the prompt string
Response Get the response to the prompt

Methods

Equals
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a string representation of the prompt.
(Overrides ObjectToString)

See Also