Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_USER Value: 0 Use the current user's certificate store. |
BG_CERT_STORE_LOCATION_LOCAL_MACHINE Use the local computer's certificate store. |
BG_CERT_STORE_LOCATION_CURRENT_SERVICE Use the current service's certificate store. |
BG_CERT_STORE_LOCATION_SERVICES Use a specific service's certificate store. |
BG_CERT_STORE_LOCATION_USERS Use a specific user's certificate store. |
BG_CERT_STORE_LOCATION_CURRENT_USER_GROUP_POLICY Use 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_POLICY Use 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_ENTERPRISE Use 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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | bits2_5.h (include Bits.h) |