Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.Ciphersuite

TElSSLConnectionInfo     See also     


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


Specifies the cipher suite used in this session.

Declaration

[C#]
    int Ciphersuite;

[VB.NET]
    Property Ciphersuite As Integer

[Pascal]
    property Ciphersuite : integer;

[C++]
    int32_t get_Ciphersuite();

[PHP]
    integer get_Ciphersuite()

[Java]
    int getCiphersuite();

TSBCipherSuite values:

Description

This read-only property specifies the cipher suite used during this connection.

See also:     CiphersuiteName    

Discuss this help topic in SecureBlackbox Forum