MPAPI_CERT_STORE_LOCATION Enumeration
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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