IPWorks S/MIME 2020 JavaScript Edition

Questions / Feedback?

RecipientCerts Property

The collection of recipient certificates of the message.

Syntax


 getRecipientCerts(): CertificateList;

 setRecipientCerts(recipientCerts: CertificateList): void;

Default Value

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 field to the encoded certificate. To select a certificate, use the and fields.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 JavaScript Edition - Version 20.0 [Build 8262]