Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SSLCipherSuites

TElHTTPSServer     See also     


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


Specifies which SSL cipher suites are allowed.

Declaration

[C#]
    bool SSLCipherSuites[short Index];

[VB.NET]
    Property SSLCipherSuites(ByVal Index As Short) As Boolean

[Pascal]
    property SSLCipherSuites[Index : TSBCipherSuite] : boolean;

[C++]
    bool get_SSLCipherSuites(uint8_t Index);
    void set_SSLCipherSuites(uint8_t Index, bool Value);

[PHP]
    bool get_SSLCipherSuites(integer $Index)
    void set_SSLCipherSuites(integer $Index, bool $Value)

[Java]
    not available

Parameters

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

TSBCipherSuite values:

Description

This property defines which cipher suites are allowed to be used during SSL/TLS session.

See also:     SSLCipherSuite     SSLCipherSuitePriorities    

Discuss this help topic in SecureBlackbox Forum