
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 68 of file PortForwardingL.cs.
| String Tamir.SharpSsh.jsch.examples.PortForwardingL.MyUserInfo.getPassphrase | ( | ) |
Returns the user passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 91 of file PortForwardingL.cs.
| String Tamir.SharpSsh.jsch.examples.PortForwardingL.MyUserInfo.getPassword | ( | ) |
Returns the user password.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 78 of file PortForwardingL.cs.
| bool Tamir.SharpSsh.jsch.examples.PortForwardingL.MyUserInfo.promptPassphrase | ( | String | message | ) |
Prompt the user for a passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 96 of file PortForwardingL.cs.
| bool Tamir.SharpSsh.jsch.examples.PortForwardingL.MyUserInfo.promptPassword | ( | String | message | ) |
Prompt the user for a password.
\
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 101 of file PortForwardingL.cs.
| bool Tamir.SharpSsh.jsch.examples.PortForwardingL.MyUserInfo.promptYesNo | ( | String | str | ) |
Prompt the user for a Yes/No input.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 83 of file PortForwardingL.cs.
| void Tamir.SharpSsh.jsch.examples.PortForwardingL.MyUserInfo.showMessage | ( | String | message | ) |
Shows a message to the user.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 110 of file PortForwardingL.cs.
1.5.9