Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.CipherSuite

TElCustomSimpleSSLClient     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);
    short getCipherSuite();
    void setCipherSuite(short Index, boolean Value);

Parameters

  • Index - the index of the specific ciphersuite in the list.

Possible values

Description

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

See also:     CipherSuites     Active    

Discuss this help topic in SecureBlackbox Forum