Discuss this help topic in SecureBlackbox Forum

TElSignatureAlgorithmsSSLExtension.SignatureAlgorithms

TElSignatureAlgorithmsSSLExtension     See also     


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


Specifies the supported signature algorithms.

Declaration

[C#]
    int SignatureAlgorithms[int Index];

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

[Pascal]
    property SignatureAlgorithms[Index : integer] : integer;

[C++]
    int32_t get_SignatureAlgorithms(int32_t Index);
    void set_SignatureAlgorithms(int32_t Index, int32_t Value);

[PHP]
    integer get_SignatureAlgorithms(integer $Index)
    void set_SignatureAlgorithms(integer $Index, integer $Value)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to get the values of the supported signature algorithms. The values are described in RFC 5246.

See also:     Count     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum