
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 87 of file ViaHTTP.cs.
| String sharpSshTest.jsch_samples.ViaHTTP.MyUserInfo.getPassphrase | ( | ) |
Returns the user passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 110 of file ViaHTTP.cs.
| String sharpSshTest.jsch_samples.ViaHTTP.MyUserInfo.getPassword | ( | ) |
Returns the user password.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 97 of file ViaHTTP.cs.
| string [] sharpSshTest.jsch_samples.ViaHTTP.MyUserInfo.promptKeyboardInteractive | ( | string | destination, | |
| string | name, | |||
| string | instruction, | |||
| string[] | prompt, | |||
| bool[] | echo | |||
| ) |
Definition at line 136 of file ViaHTTP.cs.
| bool sharpSshTest.jsch_samples.ViaHTTP.MyUserInfo.promptPassphrase | ( | String | message | ) |
Prompt the user for a passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 115 of file ViaHTTP.cs.
| bool sharpSshTest.jsch_samples.ViaHTTP.MyUserInfo.promptPassword | ( | String | message | ) |
Prompt the user for a password.
\
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 120 of file ViaHTTP.cs.
| bool sharpSshTest.jsch_samples.ViaHTTP.MyUserInfo.promptYesNo | ( | String | str | ) |
Prompt the user for a Yes/No input.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 102 of file ViaHTTP.cs.
| void sharpSshTest.jsch_samples.ViaHTTP.MyUserInfo.showMessage | ( | String | message | ) |
Shows a message to the user.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 129 of file ViaHTTP.cs.
1.5.9