SignedReceipt Property

Whether or not to require signed receipts.

Object Oriented Interface

public function getSignedReceipt();
public function setSignedReceipt($value);

Procedural Interface

ipworksedi_oftpclient_get($res, 33 );
ipworksedi_oftpclient_set($res, 33, $value );

Default Value

false

Remarks

When sending a file to a trading partner, set this to true if the file receipt should be signed by the server. When this receipt is received by the class, it will be verified during processing.

NOTE: If the server does not attach the public certificate in the signed message, the server's public key must be specified in the RecipientCert property in order for verification to succeed.

This property is not available at design time.

Data Type

Boolean

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