Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRecipientGroup.RecipientInfoCount

TElPDFPublicKeyRecipientGroup     See also     


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


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.

See also:     AddRecipient     ClearRecipients     RemoveRecipient     Recipients     RecipientCount     RecipientInfos    

Discuss this help topic in SecureBlackbox Forum