
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 116 of file KnownHosts.cs.
| String sharpSshTest.jsch_samples.KnownHosts.MyUserInfo.getPassphrase | ( | ) |
Returns the user passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 139 of file KnownHosts.cs.
| String sharpSshTest.jsch_samples.KnownHosts.MyUserInfo.getPassword | ( | ) |
Returns the user password.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 126 of file KnownHosts.cs.
| bool sharpSshTest.jsch_samples.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 144 of file KnownHosts.cs.
| bool sharpSshTest.jsch_samples.KnownHosts.MyUserInfo.promptPassword | ( | String | message | ) |
Prompt the user for a password.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 149 of file KnownHosts.cs.
| bool sharpSshTest.jsch_samples.KnownHosts.MyUserInfo.promptYesNo | ( | String | str | ) |
Prompt the user for a Yes/No input.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 131 of file KnownHosts.cs.
| void sharpSshTest.jsch_samples.KnownHosts.MyUserInfo.showMessage | ( | String | message | ) |
Shows a message to the user.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 158 of file KnownHosts.cs.
1.5.9