Discuss this help topic in SecureBlackbox Forum
This read-only property contains the number of certificate identifiers in the list.
Declaration
[C#]
int RecipientInfoCount;
[VB.NET]
Property RecipientInfoCount As Integer
[Pascal]
property RecipientInfoCount : integer;
[C++]
int32_t get_RecipientInfoCount();
[PHP]
integer get_RecipientInfoCount()
[Java]
int getRecipientInfoCount();
Description
Use this property to get total amount of certificates identifiers in the list.
Discuss this help topic in SecureBlackbox Forum