C# 클래스 Poderosa.Protocols.KeyboardInteractiveAuthHanlder

Keyboard-interactive authentication support for SSHSocket.
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
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