IPWorks OpenPGP 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

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_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 OpenPGP 2020 C++ Edition - Version 20.0 [Build 8249]