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

IPWORKSSFTP_EXTERNAL void* IPWORKSSFTP_CALL IPWorksSFTP_SFTPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSFTP_EXTERNAL int IPWORKSSFTP_CALL IPWorksSFTP_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) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 C++ Edition - Version 20.0 [Build 8263]