IPWorks MQ 2020 C++ Builder Edition

Questions / Feedback?

StoreList Event

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

Syntax

typedef struct {
  String CertStore;
} TipqCertMgrStoreListEventParams;

typedef void __fastcall (__closure *TipqCertMgrStoreListEvent)(System::TObject* Sender, TipqCertMgrStoreListEventParams *e);

__property TipqCertMgrStoreListEvent OnStoreList = { read=FOnStoreList, write=FOnStoreList };

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 MQ 2020 C++ Builder Edition - Version 20.0 [Build 8155]