Discuss this help topic in SecureBlackbox Forum

TElSSLClass.CipherSuitePriorities

TElSSLClass     See also     


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


Specifies cipher suite priorities.

Declaration

[C#]
    int CipherSuitePriorities[short Index];

[VB.NET]
    Property CipherSuitePriorities(ByVal Index As Short) As Integer

[Pascal]
    property CipherSuitePriorities[Index : TSBCipherSuite] : integer;

[C++]
    int32_t get_CipherSuitePriorities(uint8_t Index);
    void set_CipherSuitePriorities(uint8_t Index, int32_t Value);

[PHP]
    integer get_CipherSuitePriorities(integer $Index)
    void set_CipherSuitePriorities(integer $Index, integer $Value)

[Java]
    not available

Parameters

  • Index - a desired cipher. See the list of ciphers below.

TSBCipherSuite values:

Description

    Use this property to specify priority values for particular algorithms. The algorithm with higher priority value is considered more preferred.

See also:     CipherSuites     TElSSLClient.CipherSuite     TElSSLServer.CipherSuite    

Discuss this help topic in SecureBlackbox Forum