QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

EnableSSL Property

Indicates whether server starts in SSL-mode.

Syntax

ANSI (Cross Platform)
int GetEnableSSL();
int SetEnableSSL(int bEnableSSL); Unicode (Windows) BOOL GetEnableSSL();
INT SetEnableSSL(BOOL bEnableSSL);
@property (nonatomic,readwrite,assign,getter=enableSSL,setter=setEnableSSL:) BOOL enableSSL;
- (BOOL)enableSSL;
- (void)setEnableSSL:(BOOL)newEnableSSL;
#define PID_QBCONNECTOR_ENABLESSL 7

INQB_EXTERNAL void* INQB_CALL InQB_QBConnector_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_QBConnector_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

This property must be set before setting Listening to True. When EnableSSL is True, plaintext connections to the class will be rejected.

This property is not available at design time.

Data Type

Boolean

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 C++ Edition - Version 20.0 [Build 7941]