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.


© 1997 by Microsoft Corporation. All rights reserved.