IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

ApplicationKeyId Property

The application key Id to use for authentication.

Syntax

ANSI (Cross Platform)
char* GetApplicationKeyId();
int SetApplicationKeyId(const char* lpszApplicationKeyId); Unicode (Windows) LPWSTR GetApplicationKeyId();
INT SetApplicationKeyId(LPCWSTR lpszApplicationKeyId);
@property (nonatomic,readwrite,assign,getter=applicationKeyId,setter=setApplicationKeyId:) NSString* applicationKeyId;
- (NSString*)applicationKeyId;
- (void)setApplicationKeyId:(NSString*)newApplicationKeyId;
#define PID_BACKBLAZEB2_APPLICATIONKEYID 18

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_BackblazeB2_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_BackblazeB2_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the application key Id that should be used for authentication. Both this property and ApplicationKey must be set before attempting any operations which connect to the server.

Data Type

String

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