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

SSHPasswordPrompt Class

Utility class that makes it easy to create a prompt that is a response to a password prompt.

Definition

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

Constructors

SSHPasswordPrompt Construct a prompt that provides the user's password

Properties

Prompt Get the prompt string
(Inherited from SSHAuthPrompt)
Response Get the response to the prompt
(Inherited from SSHAuthPrompt)

Methods

Equals
(Inherited from SSHAuthPrompt)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode
(Inherited from SSHAuthPrompt)
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.
(Inherited from SSHAuthPrompt)

See Also