Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.CipherSuite

TElSimpleFTPSClient     See also     


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


Specifies the current session's cipher suite.

Declaration

[C#]
    short CipherSuite;

[VB.NET]
    Property CipherSuite As Short

[Pascal]
    property CipherSuite : TSBCipherSuite;

[C++]
    uint8_t get_CipherSuite();

[PHP]
    integer get_CipherSuite()

[Java]
    boolean getCipherSuite(short Index);
    void setCipherSuite(short Index, boolean Value);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

    This read-only property contains the cipher suite which is currently used in secure session. This value has meaning only when Active property is true.

See also:     CipherSuites     Active    

Discuss this help topic in SecureBlackbox Forum