IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

RecipientKeyPublicKey Property

This property is a PEM formatted public key.

Syntax

ANSI (Cross Platform)
char* GetRecipientKeyPublicKey();
int SetRecipientKeyPublicKey(const char* lpszRecipientKeyPublicKey); Unicode (Windows) LPWSTR GetRecipientKeyPublicKey();
INT SetRecipientKeyPublicKey(LPCWSTR lpszRecipientKeyPublicKey);
@property (nonatomic,readwrite,assign,getter=recipientKeyPublicKey,setter=setRecipientKeyPublicKey:) NSString* recipientKeyPublicKey;
- (NSString*)recipientKeyPublicKey;
- (void)setRecipientKeyPublicKey:(NSString*)newRecipientKeyPublicKey;
#define PID_ELGAMAL_RECIPIENTKEYPUBLICKEY 14

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_Elgamal_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_Elgamal_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property is a PEM formatted public key. The purpose of this property is to allow easier management of the public key parameters by using only a single value.

Data Type

String

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