IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

Keyring Property

The location on disk of the keyring.

Syntax

ANSI (Cross Platform)
char* GetKeyring();

Unicode (Windows)
LPWSTR GetKeyring();
@property (nonatomic,readonly,assign,getter=keyring) NSString* keyring;
- (NSString*)keyring;
#define PID_KEYMGR_KEYRING 18

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

Default Value

""

Remarks

To load a keyring use the LoadKeyring method.

This property is read-only.

Data Type

String

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