Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SSLCipherSuite

TElHTTPSServer     See also     


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


Specifies current SSL session cipher suite.

Declaration

[C#]
    short SSLCipherSuite;

[VB.NET]
    Property SSLCipherSuite As Short

[Pascal]
    property SSLCipherSuite : TSBCipherSuite;

[C++]
    uint8_t get_SSLCipherSuite();

[PHP]
    integer get_SSLCipherSuite()

[Java]
    boolean getSSLCipherSuite(short Index);
    void setSSLCipherSuite(short Index, boolean Value);

Parameters

  • Index - the cipher suite that is to be enabled or disabled. See the list of values below.

TSBCipherSuite values:

Description

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

See also:     SSLCipherSuites     Active    

Discuss this help topic in SecureBlackbox Forum