StoreList Event

Lists the system certificate stores (see the ListCertificateStores and ListMachineStores methods).

Syntax

ANSI (Cross Platform)
virtual int FireStoreList(CertMgrStoreListEventParams *e);
typedef struct {
const char *CertStore; int reserved; } CertMgrStoreListEventParams; Unicode (Windows) virtual INT FireStoreList(CertMgrStoreListEventParams *e);
typedef struct {
LPCWSTR CertStore; INT reserved; } CertMgrStoreListEventParams;
- (void)onStoreList:(NSString*)certStore;
#define EID_CERTMGR_STORELIST 6

virtual INT IPWORKSSFTP_CALL FireStoreList(LPSTR &lpszCertStore);

Remarks

The CertStore parameter contains the name of the certificate store being listed.

The CertList event and the ListStoreCertificates method are used to list the certificates in the store.

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