Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRecipientGroup.AddRecipient

TElPDFPublicKeyRecipientGroup     See also     


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


Adds recipient's certificate to the list.

Declaration

[C#]
    int AddRecipient(TElX509Certificate Cert);

[VB.NET]
    Function AddRecipient(ByVal Cert As TElX509Certificate) As Integer

[Pascal]
    function AddRecipient(Cert: TElX509Certificate): integer;

[C++]
    int32_t AddRecipient(TElX509Certificate &Cert);
    int32_t AddRecipient(TElX509Certificate *Cert);

[PHP]
    integer AddRecipient(TElX509Certificate $Cert)

[Java]
    int addRecipient(TElX509Certificate Cert);

Parameters

  • Cert - certificate to be added.

Return value

    Index of the added certificate in the Recipients list.

Description

    Use this method to add one more certificate to the recipients group.

See also:     ClearRecipients     RemoveRecipient     Recipients     RecipientCount     RecipientInfos     RecipientInfoCount    

Discuss this help topic in SecureBlackbox Forum