Discuss this help topic in SecureBlackbox Forum
Specifies security settings for data channel
Declaration
[C#]
bool EncryptDataChannel;
[VB.NET]
Property EncryptDataChannel As Boolean
[Pascal]
property EncryptDataChannel : boolean;
[C++]
bool get_EncryptDataChannel();
void set_EncryptDataChannel(bool Value);
[PHP]
bool get_EncryptDataChannel()
void set_EncryptDataChannel(bool $Value)
[Java]
boolean getEncryptDataChannel();
void setEncryptDataChannel(boolean Value);
Description
If this property value is True the channel used for data transfer
(files, directory listings) will be encrypted, otherwise only command channel will be encrypted.
Discuss this help topic in SecureBlackbox Forum