Méthode | Description | |
---|---|---|
GetResult ( ) : bool | ||
KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[] | ||
OnKeyboardInteractiveAuthenticationCompleted ( bool success, |
||
OnKeyboardInteractiveAuthenticationStarted ( ) : void | ||
SampleKeyboardInteractiveAuthenticationHandler ( string password ) : System |
public KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[] | ||
prompts | string | |
echoes | bool | |
Résultat | string[] |
public OnKeyboardInteractiveAuthenticationCompleted ( bool success, |
||
success | bool | |
error | ||
Résultat | void |
public OnKeyboardInteractiveAuthenticationStarted ( ) : void | ||
Résultat | void |
public SampleKeyboardInteractiveAuthenticationHandler ( string password ) : System | ||
password | string | |
Résultat | System |