stores
crypto::stores
lists cryptographic stores. It has the following command line argument:
/systemstore
: the system store that must be used to list stores (default:CERT_SYSTEM_STORE_CURRENT_USER
)
The /systemstore
can also be one of the following:
CERT_SYSTEM_STORE_CURRENT_USER
orCURRENT_USER
CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY
orUSER_GROUP_POLICY
CERT_SYSTEM_STORE_LOCAL_MACHINE
orLOCAL_MACHINE
CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY
orLOCAL_MACHINE_GROUP_POLICY
CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE
orLOCAL_MACHINE_ENTERPRISE
CERT_SYSTEM_STORE_CURRENT_SERVICE
orCURRENT_SERVICE
CERT_SYSTEM_STORE_USERS
orUSERS
CERT_SYSTEM_STORE_SERVICES
orSERVICES
Last updated