C# Class Granados.Tutorial.Tutorial.SampleKeyboardInteractiveAuthenticationHandler

Inheritance: IKeyboardInteractiveAuthenticationHandler
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode 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 méthode

public GetResult ( ) : bool
Résultat bool

KeyboardInteractiveAuthenticationPrompt() public méthode

public KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[]
prompts string
echoes bool
Résultat string[]

OnKeyboardInteractiveAuthenticationCompleted() public méthode

public OnKeyboardInteractiveAuthenticationCompleted ( bool success, Exception error ) : void
success bool
error System.Exception
Résultat void

OnKeyboardInteractiveAuthenticationStarted() public méthode

public OnKeyboardInteractiveAuthenticationStarted ( ) : void
Résultat void

SampleKeyboardInteractiveAuthenticationHandler() public méthode

public SampleKeyboardInteractiveAuthenticationHandler ( string password ) : System
password string
Résultat System