KeyRing Property

Selects a key ring for the class to interact with.

Syntax

ANSI (Cross Platform)
char* GetKeyRing();
int SetKeyRing(const char* lpszKeyRing); Unicode (Windows) LPWSTR GetKeyRing();
INT SetKeyRing(LPCWSTR lpszKeyRing);
@property (nonatomic,readwrite,assign,getter=keyRing,setter=setKeyRing:) NSString* keyRing;
- (NSString*)keyRing;
- (void)setKeyRing:(NSString*)newKeyRing;
#define PID_GOOGLEKMS_KEYRING 14

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

Default Value

""

Remarks

This property specifies the key ring, by name, that the class should interact with.

This property is not available at design time.

Data Type

String

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