StoreList Event
Lists the system certificate stores (see the ListCertificateStores and ListMachineStores methods).
Syntax
typedef void __fastcall (__closure *TipgCertMgrStoreListEvent)(System::TObject* Sender, TipgCertMgrStoreListEventParams *e);__property TipgCertMgrStoreListEvent OnStoreList = {read=FOnStoreList, write=FOnStoreList};
typedef struct {
String CertStore;
} TipgCertMgrStoreListEventParams;
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.