C# Класс Granados.KeyboardInteractive.NullKeyboardInteractiveAuthenticationHandler

IKeyboardInteractiveAuthenticationHandler implementation that returns empty string.
Наследование: IKeyboardInteractiveAuthenticationHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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