Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.CipherSuites

TElCustomSimpleSSLClient     See also     


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


Specifies the allowed cipher suites.

Declaration

[C#]
    bool CipherSuites[short Index];

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

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

[C++]
    bool get_CipherSuites(uint8_t Index);
    void set_CipherSuites(uint8_t Index, bool Value);

[PHP]
    bool get_CipherSuites(integer $Index)
    void set_CipherSuites(integer $Index, bool $Value)

[Java]
    not available

Parameters

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

Values

Description

    This property defines which cipher suites are allowed to be used during SSL/TLS session. By default all cipher suites are allowed including NULL (no encryption, unsecure) cipher suite. The application can disable undesired cipher suites.

See also:     Versions     CipherSuite    

Discuss this help topic in SecureBlackbox Forum