Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRecipientGroup.Recipients

TElPDFPublicKeyRecipientGroup     See also     


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


This read-only property contains list of recipients.

Declaration

[C#]
    TElX509Certificate Recipients[int Index];

[VB.NET]
    Property Recipients(ByVal Index As Integer) As TElX509Certificate

[Pascal]
    property Recipients[Index : integer] : TElX509Certificate;

[C++]
    TElX509Certificate* get_Recipients(int32_t Index);

[PHP]
    TElX509Certificate get_Recipients(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the recipient in list.

Description

    Use this property to get recipients.

See also:     AddRecipient     ClearRecipients     RemoveRecipient     Recipients     RecipientCount     RecipientInfos     RecipientInfoCount    

Discuss this help topic in SecureBlackbox Forum