Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

CAStoreFlags

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.

Data Type

[VB] DWORD

[C++] DWORD

Defined Values

CERT_SYSTEM_STORE_CURRENT_USER
CERT_SYSTEM_STORE_LOCAL_MACHINE

Affects the behavior of the following methods:

acceptPKCS7
acceptFilePKCS7

Access Methods

[VB] "="operator

[C++] HRESULT get_CAStoreFlags (DWORD);
HRESULT put_CAStoreFlags(DWORD);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


Share this article: