IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

KeySecretKeyAvailable Property

Whether or not a secret key is available for the selected key.

Syntax

ANSI (Cross Platform)
int GetKeySecretKeyAvailable();

Unicode (Windows)
BOOL GetKeySecretKeyAvailable();
@property (nonatomic,readonly,assign,getter=keySecretKeyAvailable) BOOL keySecretKeyAvailable;
- (BOOL)keySecretKeyAvailable;
#define PID_KEYMGR_KEYSECRETKEYAVAILABLE 14

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_KeyMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

Whether or not a secret key is available for the selected key.

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

Data Type

Boolean

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