KeyboardInteractivePromptEcho Property

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

Syntax

ANSI (Cross Platform)
int GetKeyboardInteractivePromptEcho(int iPromptIndex);
int SetKeyboardInteractivePromptEcho(int iPromptIndex, int bKeyboardInteractivePromptEcho); Unicode (Windows) BOOL GetKeyboardInteractivePromptEcho(INT iPromptIndex);
INT SetKeyboardInteractivePromptEcho(INT iPromptIndex, BOOL bKeyboardInteractivePromptEcho);
- (BOOL)keyboardInteractivePromptEcho:(int)promptIndex;
- (void)setKeyboardInteractivePromptEcho:(int)promptIndex:(BOOL)newKeyboardInteractivePromptEcho;
#define PID_SFTPSERVER_KEYBOARDINTERACTIVEPROMPTECHO 15

IPWORKSSSH_EXTERNAL void* IPWORKSSSH_CALL IPWorksSSH_SFTPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSSH_EXTERNAL int IPWORKSSSH_CALL IPWorksSSH_SFTPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSSSH_EXTERNAL int IPWORKSSSH_CALL IPWorksSSH_SFTPServer_CheckIndex(void *lpObj, int propid, int arridx);

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 C++ Edition - Version 20.0 [Build 8501]