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.
CERT_SYSTEM_STORE_CURRENT_USER
CERT_SYSTEM_STORE_LOCAL_MACHINE
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |