KeyboardInteractiveMessage Property

The instructions to send to the client during keyboard-interactive authentication.

Syntax

ANSI (Cross Platform)
char* GetKeyboardInteractiveMessage();
int SetKeyboardInteractiveMessage(const char* lpszKeyboardInteractiveMessage); Unicode (Windows) LPWSTR GetKeyboardInteractiveMessage();
INT SetKeyboardInteractiveMessage(LPCWSTR lpszKeyboardInteractiveMessage);
@property (nonatomic,readwrite,assign,getter=keyboardInteractiveMessage,setter=setKeyboardInteractiveMessage:) NSString* keyboardInteractiveMessage;
- (NSString*)keyboardInteractiveMessage;
- (void)setKeyboardInteractiveMessage:(NSString*)newKeyboardInteractiveMessage;
#define PID_SFTPSERVER_KEYBOARDINTERACTIVEMESSAGE 13

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);

Default Value

""

Remarks

This property should be set to the main instructions to send to the client during keyboard-interactive authentication.

Data Type

String

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