Function CertificateListStores() Professional

Lists the certificate stores available on the computer.

Syntax
CertificateListStores( [<cLocation>] )
Parameters
<cLocation>
A character string specifying the location of the certificate stores which should be listed. This can be either "user" or "machine". If no location is passed, the machine context is used as the default.
Return

An array with the names of the certificate stores.

Description

The function CertificateListStores() lists the names of the certificate stores in the specified location. A certificate store stores any number of digital certificates.

A certificate store can exist either in the user or in the machine context. The user context contains certificates for the current user, whereas certificates in the machine context are valid for the local machine. The desired store location must be selected via the <cLocation> parameter.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.