UseSSL Property

Whether to use SSL/TLS when connecting.

Syntax

ANSI (Cross Platform)
int GetUseSSL();
int SetUseSSL(int bUseSSL); Unicode (Windows) BOOL GetUseSSL();
INT SetUseSSL(BOOL bUseSSL);
@property (nonatomic,readwrite,assign,getter=useSSL,setter=setUseSSL:) BOOL useSSL;
- (BOOL)useSSL;
- (void)setUseSSL:(BOOL)newUseSSL;
#define PID_S3CLIENT_USESSL 79

IPWORKSS3_EXTERNAL void* IPWORKSS3_CALL IPWorksS3_S3Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSS3_EXTERNAL int IPWORKSS3_CALL IPWorksS3_S3Client_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

TRUE

Remarks

This property specifies whether the class should use SSL/TLS when connecting.

Note: This property is automatically reset to true anytime ServiceProvider changes. The class will ignore any attempts to change this property while one of the following providers is selected, since they require SSL/TLS to be used:

  • spDigitalOcean (1)
  • spBackblazeB2 (4)
  • spOracle (8)

This property is not available at design time.

Data Type

Boolean

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