Vault Property

Selects a vault for the class to interact with.

Syntax

ANSI (Cross Platform)
char* GetVault();
int SetVault(const char* lpszVault); Unicode (Windows) LPWSTR GetVault();
INT SetVault(LPCWSTR lpszVault);
@property (nonatomic,readwrite,assign,getter=vault,setter=setVault:) NSString* vault;
- (NSString*)vault;
- (void)setVault:(NSString*)newVault;
#define PID_AZURESECRETS_VAULT 53

CLOUDKEYS_EXTERNAL void* CLOUDKEYS_CALL CloudKeys_AzureSecrets_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CLOUDKEYS_EXTERNAL int CLOUDKEYS_CALL CloudKeys_AzureSecrets_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

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

Data Type

String

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