Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.CipherSuitePriorities

TElCustomSimpleSSLClient     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.

Values

Description

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

See also:     CipherSuite     CipherSuites    

Discuss this help topic in SecureBlackbox Forum