IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

Key Property

The derived key.

Syntax

ANSI (Cross Platform)
int GetKey(char* &lpKey, int &lenKey);

Unicode (Windows)
INT GetKey(LPSTR &lpKey, INT &lenKey);
@property (nonatomic,readonly,assign,getter=key) NSString* key;
- (NSString*)key;

@property (nonatomic,readonly,assign,getter=keyB) NSData* keyB; - (NSData*)keyB;
#define PID_PBKDF_KEY 3

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_PBKDF_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property holds the derived key. After calling CreateKey this property will be populated.

This property is read-only.

Data Type

Binary String

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