
Public Member Functions | |
| KeyboardInteractiveUserInfo (string password) | |
| string[] | promptKeyboardInteractive (string destination, string name, string instruction, string[] prompt, bool[] echo) |
| bool | promptYesNo (string message) |
| bool | promptPassword (string message) |
| string | getPassword () |
| bool | promptPassphrase (string message) |
| string | getPassphrase () |
| void | showMessage (string message) |
Definition at line 283 of file SshBase.cs.
| Tamir.SharpSsh.SshBase.KeyboardInteractiveUserInfo.KeyboardInteractiveUserInfo | ( | string | password | ) |
Definition at line 287 of file SshBase.cs.
| string Tamir.SharpSsh.SshBase.KeyboardInteractiveUserInfo.getPassphrase | ( | ) |
| string Tamir.SharpSsh.SshBase.KeyboardInteractiveUserInfo.getPassword | ( | ) |
| string [] Tamir.SharpSsh.SshBase.KeyboardInteractiveUserInfo.promptKeyboardInteractive | ( | string | destination, | |
| string | name, | |||
| string | instruction, | |||
| string[] | prompt, | |||
| bool[] | echo | |||
| ) |
Definition at line 294 of file SshBase.cs.
| bool Tamir.SharpSsh.SshBase.KeyboardInteractiveUserInfo.promptPassphrase | ( | string | message | ) |
Definition at line 318 of file SshBase.cs.
| bool Tamir.SharpSsh.SshBase.KeyboardInteractiveUserInfo.promptPassword | ( | string | message | ) |
Definition at line 308 of file SshBase.cs.
| bool Tamir.SharpSsh.SshBase.KeyboardInteractiveUserInfo.promptYesNo | ( | string | message | ) |
Definition at line 303 of file SshBase.cs.
| void Tamir.SharpSsh.SshBase.KeyboardInteractiveUserInfo.showMessage | ( | string | message | ) |
Definition at line 328 of file SshBase.cs.
1.5.9