vault (property)

Selects a vault for the class to interact with.

Syntax

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

Default Value

""

Remarks

This property specifies the Azure Key Vault vault, by name, that the class should interact with.

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