Discuss this help topic in SecureBlackbox Forum
Specifies the number of algorithms in the lists.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum