Метод | Описание | |
---|---|---|
KeyboardInteractiveAuthHanlder ( Action |
Constructor
|
|
KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[] |
Show prompt lines and input texts.
|
|
OnData ( byte data, int offset, int length ) : void |
Process user input.
|
Метод | Описание | |
---|---|---|
GetBytes ( byte data, int offset, int length ) : byte[] |
public KeyboardInteractiveAuthHanlder ( Action |
||
output | Action |
a method to output data to the terminal |
Результат | System |
public KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[] | ||
prompts | string | |
echoes | bool | |
Результат | string[] |
public OnData ( byte data, int offset, int length ) : void | ||
data | byte | |
offset | int | |
length | int | |
Результат | void |