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, 19 , $promptindex);
ipworksssh_sshdaemon_set($res, 19, $value , $promptindex);

Default Value

false

Remarks

Specifies if the client should echo the value entered by the user or not.

The $promptindex parameter specifies the index of the item in the array. The size of the array is controlled by the KeyboardInteractivePromptCount property.

This property is not available at design time.

Data Type

Boolean

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 PHP Edition - Version 20.0 [Build 8501]