AccessKey Property

The Shared Access Key.

Syntax

ANSI (Cross Platform)
char* GetAccessKey();
int SetAccessKey(const char* lpszAccessKey); Unicode (Windows) LPWSTR GetAccessKey();
INT SetAccessKey(LPCWSTR lpszAccessKey);
@property (nonatomic,readwrite,assign,getter=accessKey,setter=setAccessKey:) NSString* accessKey;
- (NSString*)accessKey;
- (void)setAccessKey:(NSString*)newAccessKey;
#define PID_AZURERELAYSENDER_ACCESSKEY 2

IPWORKSMQ_EXTERNAL void* IPWORKSMQ_CALL IPWorksMQ_AzureRelaySender_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSMQ_EXTERNAL int IPWORKSMQ_CALL IPWorksMQ_AzureRelaySender_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the Shared Access Key to use when authenticating. This is the primary or secondary key of the shared access policy created in the Azure portal. For instance 8oKRDwkl0s440MlLUi4qHxDL34j1FS6K3t5TRoJ216c=.

Data Type

String

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