The SSHAuthPrompt type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodEquals (Overrides Object..::..Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string representation of the prompt.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyPrompt
Get the prompt string
Public propertyResponse
Get the response to the prompt

See Also