BG_CERT_STORE_LOCATION enumeration (bits2_5.h)
Defines constants that specify the location of the certificate store.
Syntax
typedef enum BG_CERT_STORE_LOCATION {
BG_CERT_STORE_LOCATION_CURRENT_USER = 0,
BG_CERT_STORE_LOCATION_LOCAL_MACHINE,
BG_CERT_STORE_LOCATION_CURRENT_SERVICE,
BG_CERT_STORE_LOCATION_SERVICES,
BG_CERT_STORE_LOCATION_USERS,
BG_CERT_STORE_LOCATION_CURRENT_USER_GROUP_POLICY,
BG_CERT_STORE_LOCATION_LOCAL_MACHINE_GROUP_POLICY,
BG_CERT_STORE_LOCATION_LOCAL_MACHINE_ENTERPRISE
} ;
Constants
BG_CERT_STORE_LOCATION_CURRENT_USERValue: 0 Use the current user's certificate store. |
BG_CERT_STORE_LOCATION_LOCAL_MACHINEUse the local computer's certificate store. |
BG_CERT_STORE_LOCATION_CURRENT_SERVICEUse the current service's certificate store. |
BG_CERT_STORE_LOCATION_SERVICESUse a specific service's certificate store. |
BG_CERT_STORE_LOCATION_USERSUse a specific user's certificate store. |
BG_CERT_STORE_LOCATION_CURRENT_USER_GROUP_POLICYUse the current user's group policy certificate store. In a network setting, stores in this location are downloaded to the client computer from the Group Policy Template (GPT) during computer startup, or user logon. |
BG_CERT_STORE_LOCATION_LOCAL_MACHINE_GROUP_POLICYUse the local computer's certificate store. In a network setting, stores in this location are downloaded to the client computer from the Group Policy Template (GPT) during computer startup, or user logon. |
BG_CERT_STORE_LOCATION_LOCAL_MACHINE_ENTERPRISEUse the enterprise certificate store. The enterprise store is shared across domains in the enterprise, and downloaded from the global enterprise directory. |
Remarks
For more information, see System store locations.
Requirements
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | bits2_5.h (include Bits.h) |