C# Class Granados.Tutorial.Tutorial.SampleKeyboardInteractiveAuthenticationHandler

Inheritance: IKeyboardInteractiveAuthenticationHandler
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

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

Method Details

GetResult() public method

public GetResult ( ) : bool
return bool

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

SampleKeyboardInteractiveAuthenticationHandler() public method

public SampleKeyboardInteractiveAuthenticationHandler ( string password ) : System
password string
return System