StoreList Event
Lists the system certificate stores (see the ListCertificateStores and ListMachineStores methods).
Syntax
[VB.NET] Public Event OnStoreList As OnStoreListHandler
[C#] public event OnStoreListHandler OnStoreList; public delegate void OnStoreListHandler(object sender, CertmgrStoreListEventArgs e); class CertmgrStoreListEventArgs : EventArgs { string CertStore {get;} }
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.