IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyOtherUserIds Property

If the specified key has alternate user Ids associated with it, this property returns a comma-separated list of the other user Ids.

Syntax

ANSI (Cross Platform)
char* GetKeyOtherUserIds();

Unicode (Windows)
LPWSTR GetKeyOtherUserIds();
@property (nonatomic,readonly,assign,getter=keyOtherUserIds) NSString* keyOtherUserIds;
- (NSString*)keyOtherUserIds;
#define PID_KEYMGR_KEYOTHERUSERIDS 7

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_KeyMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

If the specified key has alternate user Ids associated with it, this property returns a comma-separated list of the other user Ids.

This property is read-only and not available at design time.

Data Type

String

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