Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.DataChannelCipherSuite

TElFTPSServer     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the data channel cipher.

Declaration

[C#]
    short DataChannelCipherSuite;

[VB.NET]
    Property DataChannelCipherSuite As Short

[Pascal]
    property DataChannelCipherSuite: TSBCipherSuite;
    TSBCipherSuite : SmallInt;

[C++]
    uint8_t get_DataChannelCipherSuite();

[PHP]
    integer get_DataChannelCipherSuite()

[Java]
    not available

TSBCipherSuite values:

Description

    Use this property to get the data channel cipher suite.

Discuss this help topic in SecureBlackbox Forum