Discuss this help topic in SecureBlackbox Forum

TElSSLClient.CipherSuite

TElSSLClient     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]
    short getCipherSuite();

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:     TElSSLClass.CipherSuites     TElSSLClass.Active    

Discuss this help topic in SecureBlackbox Forum