IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

accessKey (property)

The Azure access key to use for authentication.

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 Azure access key that should be used for authentication. It must be set before attempting any operations which connect to the server.

Both primary and secondary access keys are valid.

Note: this property's value is ignored if the Authorization property is populated.

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