StoreList Event
Lists the system certificate stores (see the ListCertificateStores and ListMachineStores methods).
Syntax
certmgr.on('StoreList', [callback])
Callback
The 'callback' is called when the 'StoreList' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.certStore
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.