IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

ReceiptSignerCert Property

The public key certificate for the receipt signature.

Syntax


 getReceiptSignerCert(): Certificate;

 setReceiptSignerCert(receiptSignerCert: Certificate): void;

Default Value

Remarks

Ordinarily, if your trading partner uses the same certificate for both signing and encryption, the certificate specified in RecipientCert is used for both encryption and verifying the receipt signature.

If your trading partner uses different certificates for signing and encryption, you must set this property to the public key for you partner's signing certificate before invoking Post.

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]