
Public Member Functions | |
| String | getPassword () |
| Returns the user password. | |
| bool | promptYesNo (String str) |
| Prompt the user for a Yes/No input. | |
| String | getPassphrase () |
| Returns the user passphrase (passwd for the private key file). | |
| bool | promptPassphrase (String message) |
| Prompt the user for a passphrase (passwd for the private key file). | |
| bool | promptPassword (String message) |
| Prompt the user for a password. | |
| void | showMessage (String message) |
| Shows a message to the user. | |
Definition at line 115 of file KnownHosts.cs.
| String Tamir.SharpSsh.jsch.examples.KnownHosts.MyUserInfo.getPassphrase | ( | ) |
Returns the user passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 138 of file KnownHosts.cs.
| String Tamir.SharpSsh.jsch.examples.KnownHosts.MyUserInfo.getPassword | ( | ) |
Returns the user password.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 125 of file KnownHosts.cs.
| bool Tamir.SharpSsh.jsch.examples.KnownHosts.MyUserInfo.promptPassphrase | ( | String | message | ) |
Prompt the user for a passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 143 of file KnownHosts.cs.
| bool Tamir.SharpSsh.jsch.examples.KnownHosts.MyUserInfo.promptPassword | ( | String | message | ) |
Prompt the user for a password.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 148 of file KnownHosts.cs.
| bool Tamir.SharpSsh.jsch.examples.KnownHosts.MyUserInfo.promptYesNo | ( | String | str | ) |
Prompt the user for a Yes/No input.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 130 of file KnownHosts.cs.
| void Tamir.SharpSsh.jsch.examples.KnownHosts.MyUserInfo.showMessage | ( | String | message | ) |
Shows a message to the user.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 157 of file KnownHosts.cs.
1.5.9