C# Class Granados.KeyboardInteractive.NullKeyboardInteractiveAuthenticationHandler

IKeyboardInteractiveAuthenticationHandler implementation that returns empty string.
Inheritance: IKeyboardInteractiveAuthenticationHandler
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

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

Method Details

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