The MPAPI_CERT_STORE_LOCATION enumeration, in Configuration Manager 2007, specifies certificate store locations.

Note
The enumeration values that are listed below provide links to the equivalent operating system store enumeration values.
typedef enum MPAPI_CERT_STORE_LOCATION{
	 MPAPI_CERT_STORE_LOCATION_CURRENT_USER=0,
	 MPAPI_CERT_STORE_LOCATION_LOCAL_MACHINE,
	 MPAPI_CERT_STORE_LOCATION_CURRENT_SERVICE,
	 MPAPI_CERT_STORE_LOCATION_SERVICES,
	 MPAPI_CERT_STORE_LOCATION_USERS,
	 MPAPI_CERT_STORE_LOCATION_CURRENT_USER_GROUP_POLICY,
	 MPAPI_CERT_STORE_LOCATION_LOCAL_MACHINE_GROUP_POLICY,
	 MPAPI_CERT_STORE_LOCATION_LOCAL_MACHINE_ENTERPRISE
};

Elements

MPAPI_CERT_STORE_LOCATION_CURRENT_USER


See MSDN documentation for System Store Locations
MPAPI_CERT_STORE_LOCATION_LOCAL_MACHINE


See MSDN documentation for System Store Locations
MPAPI_CERT_STORE_LOCATION_CURRENT_SERVICE


See MSDN documentation for System Store Locations
MPAPI_CERT_STORE_LOCATION_SERVICES


See MSDN documentation for System Store Locations
MPAPI_CERT_STORE_LOCATION_USERS


See MSDN documentation for System Store Locations
MPAPI_CERT_STORE_LOCATION_CURRENT_USER_GROUP_POLICY


See MSDN documentation for System Store Locations
MPAPI_CERT_STORE_LOCATION_LOCAL_MACHINE_GROUP_POLICY


See MSDN documentation for System Store Locations
MPAPI_CERT_STORE_LOCATION_LOCAL_MACHINE_ENTERPRISE


See MSDN documentation for System Store Locations

Remarks

See Also


Send comments about this topic to Microsoft.