SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

EncryptDataChannel Property

Enables or disables data channel encryption.

Syntax

ANSI (Cross Platform)
int GetEncryptDataChannel();
int SetEncryptDataChannel(int bEncryptDataChannel); Unicode (Windows) BOOL GetEncryptDataChannel();
INT SetEncryptDataChannel(BOOL bEncryptDataChannel);
@property (nonatomic,readwrite,assign,getter=encryptDataChannel,setter=setEncryptDataChannel:) BOOL encryptDataChannel;
- (BOOL)encryptDataChannel;
- (void)setEncryptDataChannel:(BOOL)newEncryptDataChannel;
#define PID_FTPCLIENT_ENCRYPTDATACHANNEL 71

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_FTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_FTPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

TRUE

Remarks

Use this property to enable or disable data channel encryption. This property should be configured before Connect method is called.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Edition - Version 20.0 [Build 8166]