C# Класс Granados.Tutorial.Tutorial.SampleKeyboardInteractiveAuthenticationHandler

Наследование: IKeyboardInteractiveAuthenticationHandler
Показать файл Открыть проект

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

Метод Описание
GetResult ( ) : bool
KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[]
OnKeyboardInteractiveAuthenticationCompleted ( bool success, Exception error ) : void
OnKeyboardInteractiveAuthenticationStarted ( ) : void
SampleKeyboardInteractiveAuthenticationHandler ( string password ) : System

Описание методов

GetResult() публичный Метод

public GetResult ( ) : bool
Результат bool

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

SampleKeyboardInteractiveAuthenticationHandler() публичный Метод

public SampleKeyboardInteractiveAuthenticationHandler ( string password ) : System
password string
Результат System