KeyboardInteractivePromptEcho Property
Specifies if the client should echo the value entered by the user or not.
Object Oriented Interface
public function getKeyboardInteractivePromptEcho($promptindex); public function setKeyboardInteractivePromptEcho($promptindex, $value);
Procedural Interface
ipworksssh_sshdaemon_get($res, 16 , $promptindex); ipworksssh_sshdaemon_set($res, 16, $value , $promptindex);
Default Value
false
Remarks
Specifies if the client should echo the value entered by the user or not.
The size of the array is controlled by the KeyboardInteractivePromptCount property.
This property is not available at design time.
Data Type
Boolean