IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

RecipientCert Property

The recipient certificate of the message.

Syntax


 getRecipientCert(): Certificate;

async  setRecipientCert(recipientCert: Certificate): void;

Default Value

Remarks

This property specifies the certificate to use when verifying signed files and receipts as well as encrypting files to be sent. This property must be set when SecureAuthentication has been set to true, sending a file and VirtualFileSecurityLevel has been set to slEncrypted or slEncryptedAndSigned, SignedReceipt has been set to true, or a signed file is being received and the server has not included the certificate in the signature.

The RecipientCert property must be filled out with a valid public key Certificate type object. 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 EDI 2020 JavaScript Edition - Version 20.0 [Build 8262]