
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. | |
| string[] | promptKeyboardInteractive (string destination, string name, string instruction, string[] prompt, bool[] echo) |
Definition at line 80 of file Shell.cs.
| String sharpSshTest.jsch_samples.Shell.MyUserInfo.getPassphrase | ( | ) |
Returns the user passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
| String sharpSshTest.jsch_samples.Shell.MyUserInfo.getPassword | ( | ) |
| string [] sharpSshTest.jsch_samples.Shell.MyUserInfo.promptKeyboardInteractive | ( | string | destination, | |
| string | name, | |||
| string | instruction, | |||
| string[] | prompt, | |||
| bool[] | echo | |||
| ) |
| bool sharpSshTest.jsch_samples.Shell.MyUserInfo.promptPassphrase | ( | String | message | ) |
Prompt the user for a passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
| bool sharpSshTest.jsch_samples.Shell.MyUserInfo.promptPassword | ( | String | message | ) |
| bool sharpSshTest.jsch_samples.Shell.MyUserInfo.promptYesNo | ( | String | str | ) |
| void sharpSshTest.jsch_samples.Shell.MyUserInfo.showMessage | ( | String | message | ) |
1.5.9