IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyPrivateKey Property

This property is a PEM formatted private key.

Syntax

ANSI (Cross Platform)
char* GetKeyPrivateKey();
int SetKeyPrivateKey(const char* lpszKeyPrivateKey); Unicode (Windows) LPWSTR GetKeyPrivateKey();
INT SetKeyPrivateKey(LPCWSTR lpszKeyPrivateKey);
@property (nonatomic,readwrite,assign,getter=keyPrivateKey,setter=setKeyPrivateKey:) NSString* keyPrivateKey;
- (NSString*)keyPrivateKey;
- (void)setKeyPrivateKey:(NSString*)newKeyPrivateKey;
#define PID_ECC_KEYPRIVATEKEY 15

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

Default Value

""

Remarks

This property is a PEM formatted private key. The purpose of this property is to allow easier management of the private 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]