IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

RecipientKeyEncoded Property

The key.

Syntax

ANSI (Cross Platform)
int GetRecipientKeyEncoded(int iRecipientKeyIndex, char* &lpRecipientKeyEncoded, int &lenRecipientKeyEncoded);
int SetRecipientKeyEncoded(int iRecipientKeyIndex, const char* lpRecipientKeyEncoded, int lenRecipientKeyEncoded); Unicode (Windows) INT GetRecipientKeyEncoded(INT iRecipientKeyIndex, LPSTR &lpRecipientKeyEncoded, INT &lenRecipientKeyEncoded);
INT SetRecipientKeyEncoded(INT iRecipientKeyIndex, LPCSTR lpRecipientKeyEncoded, INT lenRecipientKeyEncoded);
- (NSString*)recipientKeyEncoded:(int)recipientKeyIndex;
- (void)setRecipientKeyEncoded:(int)recipientKeyIndex:(NSString*)newRecipientKeyEncoded;

- (NSData*)recipientKeyEncodedB:(int)recipientKeyIndex; - (void)setRecipientKeyEncodedB:(int)recipientKeyIndex:(NSData*)newRecipientKeyEncoded;
#define PID_PSMTP_RECIPIENTKEYENCODED 46

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_PSMTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOPENPGP_EXTERNAL int IPWORKSOPENPGP_CALL IPWorksOpenPGP_PSMTP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSOPENPGP_EXTERNAL int IPWORKSOPENPGP_CALL IPWorksOpenPGP_PSMTP_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

The key. This property is used to assign a specific key. The RecipientKeyUserId properties may also be used to specify a key.

The RecipientKeyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the RecipientKeyCount property.

This property is not available at design time.

Data Type

Binary String

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