C# 클래스 Granados.Tutorial.Tutorial.SampleKeyboardInteractiveAuthenticationHandler

상속: IKeyboardInteractiveAuthenticationHandler
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
GetResult ( ) : bool
KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[]
OnKeyboardInteractiveAuthenticationCompleted ( bool success, Exception error ) : void
OnKeyboardInteractiveAuthenticationStarted ( ) : void
SampleKeyboardInteractiveAuthenticationHandler ( string password ) : System

메소드 상세

GetResult() 공개 메소드

public GetResult ( ) : bool
리턴 bool

KeyboardInteractiveAuthenticationPrompt() 공개 메소드

public KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[]
prompts string
echoes bool
리턴 string[]

OnKeyboardInteractiveAuthenticationCompleted() 공개 메소드

public OnKeyboardInteractiveAuthenticationCompleted ( bool success, Exception error ) : void
success bool
error System.Exception
리턴 void

OnKeyboardInteractiveAuthenticationStarted() 공개 메소드

public OnKeyboardInteractiveAuthenticationStarted ( ) : void
리턴 void

SampleKeyboardInteractiveAuthenticationHandler() 공개 메소드

public SampleKeyboardInteractiveAuthenticationHandler ( string password ) : System
password string
리턴 System