C# Class Granados.KeyboardInteractive.NullKeyboardInteractiveAuthenticationHandler

IKeyboardInteractiveAuthenticationHandler implementation that returns empty string.
Inheritance: IKeyboardInteractiveAuthenticationHandler
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method Description
KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[]
OnKeyboardInteractiveAuthenticationCompleted ( bool success, Exception error ) : void
OnKeyboardInteractiveAuthenticationStarted ( ) : void

Method Details

KeyboardInteractiveAuthenticationPrompt() public method

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

OnKeyboardInteractiveAuthenticationCompleted() public method

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

OnKeyboardInteractiveAuthenticationStarted() public method

public OnKeyboardInteractiveAuthenticationStarted ( ) : void
return void