Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRecipientGroup.RecipientInfos

TElPDFPublicKeyRecipientGroup     See also     


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


This read-only property contains list of recipients identifiers.

Declaration

[C#]
    TElPKCS7Issuer RecipientInfos[int Index];

[VB.NET]
    Property RecipientInfos(ByVal Index As Integer) As TElPKCS7Issuer

[Pascal]
    property RecipientInfos[Index : integer] : TElPKCS7Issuer;

[C++]
    TElPKCS7Issuer* get_RecipientInfos(int32_t Index);

[PHP]
    TElPKCS7Issuer get_RecipientInfos(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the identifier in list.

Description

    When decrypting this identifier is necessary to find the certificate for decryption.

See also:     AddRecipient     ClearRecipients     RemoveRecipient     Recipients     RecipientCount     RecipientInfoCount    

Discuss this help topic in SecureBlackbox Forum