IPWorks S/MIME 2020 Qt Edition

Questions / Feedback?

StoreList Event

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

Syntax

class CertMgrStoreListEventParams {
public:
  const QString &CertStore();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void StoreList(CertMgrStoreListEventParams *e);
// Or, subclass CertMgr and override this emitter function. virtual int FireStoreList(CertMgrStoreListEventParams *e) {...}

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 S/MIME 2020 Qt Edition - Version 20.0 [Build 8154]