MDNReceiptSigningProtocol Property

This property contains the MIME type of the signature used, if any (i.

Syntax

ANSI (Cross Platform)
char* GetMDNReceiptSigningProtocol();

Unicode (Windows)
LPWSTR GetMDNReceiptSigningProtocol();
@property (nonatomic,readonly,assign,getter=MDNReceiptSigningProtocol) NSString* MDNReceiptSigningProtocol;
- (NSString*)MDNReceiptSigningProtocol;
#define PID_AS2SENDER_MDNRECEIPTSIGNINGPROTOCOL 59

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the MIME type of the signature used, if any (i.e., "application/pkcs7-signature"), to create this mdnreceipt. It will contain an empty string if the receipt is unsigned.

This property is read-only.

Data Type

String

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