SecureAuthentication Property

Whether or not the class should perform secure Odette authentication.

Syntax

ANSI (Cross Platform)
int GetSecureAuthentication();
int SetSecureAuthentication(int bSecureAuthentication); Unicode (Windows) BOOL GetSecureAuthentication();
INT SetSecureAuthentication(BOOL bSecureAuthentication);
@property (nonatomic,readwrite,assign,getter=secureAuthentication,setter=setSecureAuthentication:) BOOL secureAuthentication;
- (BOOL)secureAuthentication;
- (void)setSecureAuthentication:(BOOL)newSecureAuthentication;
#define PID_OFTPCLIENT_SECUREAUTHENTICATION 29

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

If true, the class will perform secure authentication when connecting to the server. The secure authentication consists of encrypting and decrypting data sent to and from the server, and verifying that this occurred successfully. Secure authentication may be performed in plaintext or SSL mode.

Both Certificate and RecipientCert properties must be populated when this property is set to true.

This is only valid for version 2.0 of the protocol.

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]