Discuss this help topic in SecureBlackbox Forum

TElSignatureAlgorithmsSSLExtension.HashAlgorithms

TElSignatureAlgorithmsSSLExtension     See also     


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


Specifies the supported hash algorithms.

Declaration

[C#]
    int HashAlgorithms[int Index];

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

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

[C++]
    int32_t get_HashAlgorithms(int32_t Index);
    void set_HashAlgorithms(int32_t Index, int32_t Value);

[PHP]
    integer get_HashAlgorithms(integer $Index)
    void set_HashAlgorithms(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 hash algorithms. The values are described in RFC 5246.

See also:     Count     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum