Discuss this help topic in SecureBlackbox Forum
Specifies the number of signed entries.
Declaration
[C#/Java]
int SignedEntryCount;
[VB.NET]
Property SignedEntryCount As Integer
[Pascal]
property SignedEntryCount : integer;
[C++]
int32_t get_SignedEntryCount();
[PHP]
integer get_SignedEntryCount()
Description
Use this read-only property to get the number of signed entries in the list.
Discuss this help topic in SecureBlackbox Forum