C# 클래스 Granados.KeyboardInteractive.NullKeyboardInteractiveAuthenticationHandler

IKeyboardInteractiveAuthenticationHandler implementation that returns empty string.
상속: IKeyboardInteractiveAuthenticationHandler
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

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

메소드 상세

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