Discuss this help topic in SecureBlackbox Forum

TElSignatureAlgorithmsSSLExtension.Count

TElSignatureAlgorithmsSSLExtension     See also     


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


Specifies the number of algorithms in the lists.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : integer;

[C++]
    int32_t get_Count();
    void set_Count(int32_t Value);

[PHP]
    integer get_Count()
    void set_Count(integer $Value)

[Java]
    int getCount();
    void setCount(int Value);

Description

    Use this property to get the number of signature/hash algorithm pairs.

See also:     HashAlgorithm     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum