IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

SignerKeyEncoded Property

The key.

Syntax

ANSI (Cross Platform)
int GetSignerKeyEncoded(int iSignerKeyIndex, char* &lpSignerKeyEncoded, int &lenSignerKeyEncoded);
int SetSignerKeyEncoded(int iSignerKeyIndex, const char* lpSignerKeyEncoded, int lenSignerKeyEncoded); Unicode (Windows) INT GetSignerKeyEncoded(INT iSignerKeyIndex, LPSTR &lpSignerKeyEncoded, INT &lenSignerKeyEncoded);
INT SetSignerKeyEncoded(INT iSignerKeyIndex, LPCSTR lpSignerKeyEncoded, INT lenSignerKeyEncoded);
- (NSString*)signerKeyEncoded:(int)signerKeyIndex;
- (void)setSignerKeyEncoded:(int)signerKeyIndex:(NSString*)newSignerKeyEncoded;

- (NSData*)signerKeyEncodedB:(int)signerKeyIndex; - (void)setSignerKeyEncodedB:(int)signerKeyIndex:(NSData*)newSignerKeyEncoded;
#define PID_OPENPGP_SIGNERKEYENCODED 25

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_OpenPGP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_OpenPGP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_OpenPGP_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

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

The SignerKeyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the SignerKeyCount property.

This property is not available at design time.

Data Type

Binary String

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