Discuss this help topic in SecureBlackbox Forum

TElSSLClass.CipherSuites

TElSSLClass     See also     


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


Specifies which cipher suites are allowed.

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

TSBCipherSuite values:

Description

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

See also:     Versions     TElSSLClient.CipherSuite     TElSSLServer.CipherSuite    

Discuss this help topic in SecureBlackbox Forum