The MyStoreFlags property value is passed directly to CertOpenStore when the MY store is opened. The default value for MyStoreFlags is CERT_SYSTEM_STORE_CURRENT_USER. Currently only CERT_SYSTEM_STORE_CURRENT_USER and CERT_SYSTEM_STORE_LOCAL_MACHINE are supported.
[VB] DWORD
[C++] DWORD
CERT_SYSTEM_STORE_CURRENT_USER
CERT_SYSTEM_STORE_LOCAL_MACHINE
[VB] "="operator
[C++] HRESULT get_MyStoreFlags (DWORD);
HRESULT put_MyStoreFlags (DWORD);
Value | Meaning |
S_OK | The property read/write completed successfully. |