IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

SigningCert Property

The certificate with private key used to sign messages and files.

Syntax


 getSigningCert(): Certificate;

 setSigningCert(signingCert: Certificate): void;

Default Value

Remarks

This property specifies a certificate with private key used to sign outgoing messages and files. If this property is specified, the message content will be signed using the algorithm given by SignatureAlgorithm.

Used to sign any outgoing message. This applies to requests made when calling SendFiles and ReceiveFiles.

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