The CAStoreFlags property value is passed directly to CertOpenStore when the Certification Authority (CA) store is opened. The default value for CAStoreFlags 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_CAStoreFlags (DWORD);
HRESULT put_CAStoreFlags(DWORD);
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |