C# Класс Poderosa.Protocols.KeyboardInteractiveAuthHanlder

Keyboard-interactive authentication support for SSHSocket.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
KeyboardInteractiveAuthHanlder ( Action output ) : System

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[]

Описание методов

KeyboardInteractiveAuthHanlder() публичный Метод

Constructor
public KeyboardInteractiveAuthHanlder ( Action output ) : System
output Action a method to output data to the terminal
Результат System

KeyboardInteractiveAuthenticationPrompt() публичный Метод

Show prompt lines and input texts.
public KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[]
prompts string
echoes bool
Результат string[]

OnData() публичный Метод

Process user input.
public OnData ( byte data, int offset, int length ) : void
data byte
offset int
length int
Результат void