IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyPublicKey Property

The public key of the key.

Syntax

ANSI (Cross Platform)
char* GetKeyPublicKey();

Unicode (Windows)
LPWSTR GetKeyPublicKey();
@property (nonatomic,readonly,assign,getter=keyPublicKey) NSString* keyPublicKey;
- (NSString*)keyPublicKey;
#define PID_KEYMGR_KEYPUBLICKEY 9

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

Default Value

""

Remarks

The public key of the key. The key is provided as ASCII armored data.

This property is read-only and not available at design time.

Data Type

String

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