KeyboardInteractivePrompts Property
A collection of prompts to present to the user for keyboard-interactive authentication.
Syntax
[VB.NET] Public Property KeyboardInteractivePrompts As SSHPromptList
[C#] public SSHPromptList KeyboardInteractivePrompts {get;}
Remarks
This property is a collection of prompts to present to the user during keyboard-authentication. It is used together with the KeyboardInteractiveMessage property.