Certificate Store Functions
The Xenroll.dll library contains the following methods and properties that you can use to manage certificate stores.
Functions | Description |
---|---|
CAStoreFlags | Specifies or returns flags that control access to the certification authority (CA) store. |
CAStoreNameWStr | Specifies or returns the name of the CA store. |
CAStoreTypeWStr | Specifies or returns the type of the store identified by the CAStoreName property. |
MyStoreFlags | Specifies or returns a flag that determines the path of the personal store. |
MyStoreNameWStr | Specifies or returns the name of the personal store. |
MyStoreTypeWStr | Specifies or returns the type of the personal store. |
RequestStoreFlags | Specifies or returns a flag that determines the path of the request store. |
RequestStoreNameWStr | Specifies or returns the name of the request store. |
RequestStoreTypeWStr | Specifies or returns the type of the request store. |
RootStoreFlags | Specifies or returns a flag that determines the path of the root store. |
RootStoreNameWStr | Specifies or returns the name of the root store. |
RootStoreTypeWStr | Specifies or returns the type of the root store. |
SetHStoreCA | Specifies the handle of the CA store. |
SetHStoreMy | Specifies the handle of the personal store. |
SetHStoreRequest | Specifies the handle of the request store. |
SetHStoreROOT | Specifies the handle of the root store. |
CertEnroll.dll does not export functionality that enables you to specify or retrieve store property values or copy certificates to specific stores.