IPWorks Encrypt 2020 Android Edition

Questions / Feedback?

RecipientCerts Property

The collection of recipient certificates of the message.

Syntax

public CertificateList getRecipientCerts();
public void setRecipientCerts(CertificateList recipientCerts);

Remarks

This property is used to specify the certificates of the intended recipients of the encrypted message. This property must be set prior to calling Encrypt or SignAndEncrypt methods.

This property's collection must be filled out with valid public key Certificate type objects. To set a certificate, you may set the Encoded field to the encoded certificate. To select a certificate, use the Store and Subject fields.

This collection is indexed from 0 to size - 1.

This property is not available at design time.

Default Value

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Android Edition - Version 20.0 [Build 8155]