SignedReceipt Property

Whether or not to require signed receipts.

Syntax

ANSI (Cross Platform)
int GetSignedReceipt();
int SetSignedReceipt(int bSignedReceipt); Unicode (Windows) BOOL GetSignedReceipt();
INT SetSignedReceipt(BOOL bSignedReceipt);
@property (nonatomic,readwrite,assign,getter=signedReceipt,setter=setSignedReceipt:) BOOL signedReceipt;
- (BOOL)signedReceipt;
- (void)setSignedReceipt:(BOOL)newSignedReceipt;
#define PID_OFTPCLIENT_SIGNEDRECEIPT 33

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_OFTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_OFTPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8203]