
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) |
Definition at line 81 of file UserAuthPubKey.cs.
| String Tamir.SharpSsh.jsch.examples.UserAuthPubKey.MyUserInfo.getPassphrase | ( | ) |
Returns the user passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 104 of file UserAuthPubKey.cs.
| String Tamir.SharpSsh.jsch.examples.UserAuthPubKey.MyUserInfo.getPassword | ( | ) |
Returns the user password.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 91 of file UserAuthPubKey.cs.
| bool Tamir.SharpSsh.jsch.examples.UserAuthPubKey.MyUserInfo.promptPassphrase | ( | String | message | ) |
Prompt the user for a passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 109 of file UserAuthPubKey.cs.
| bool Tamir.SharpSsh.jsch.examples.UserAuthPubKey.MyUserInfo.promptPassword | ( | String | message | ) |
Prompt the user for a password.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 118 of file UserAuthPubKey.cs.
| bool Tamir.SharpSsh.jsch.examples.UserAuthPubKey.MyUserInfo.promptYesNo | ( | String | str | ) |
Prompt the user for a Yes/No input.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 96 of file UserAuthPubKey.cs.
| void Tamir.SharpSsh.jsch.examples.UserAuthPubKey.MyUserInfo.showMessage | ( | String | message | ) |
1.5.9