accessKey (property)

The Shared Access Key.

Syntax

@property (nonatomic,readwrite,assign,getter=accessKey,setter=setAccessKey:) NSString* accessKey;
- (NSString*)accessKey;
- (void)setAccessKey:(NSString*)newAccessKey;
public var accessKey: String {
  get {...}
set {...} }

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=.

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