IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

RecipientCert Property

The encryption certificate of the recipient.

Syntax


 getRecipientCert(): Certificate;

 setRecipientCert(recipientCert: Certificate): void;

Default Value

Remarks

The encryption certificate of the recipient. If this property is specified, the message content will be encrypted using the algorithm given by EncryptingAlgorithm when a response is sent using SendResponse.

If set, this property should be a public key instance of Certificate.

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