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.

RootStoreFlags

The RootStoreFlags property value is passed directly to CertOpenStore when the ROOT store is opened. The default value for RootStoreFlags 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_RootStoreFlags (DWORD);
HRESULT put_RootStoreFlags (DWORD);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


Share this article: