IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

KeyRevoked Property

Whether or not the key is revoked.

Syntax

ANSI (Cross Platform)
int GetKeyRevoked();

Unicode (Windows)
BOOL GetKeyRevoked();
@property (nonatomic,readonly,assign,getter=keyRevoked) BOOL keyRevoked;
- (BOOL)keyRevoked;
#define PID_KEYMGR_KEYREVOKED 12

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 the key is revoked.

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]