RequestStoreFlags

The RequestStoreFlags property value is passed directly to CertOpenStore when the REQUEST store is opened. The default value for RequestStoreFlags is CERT_SYSTEM_STORE_CURRENT_USER. Currently only CERT_SYSTEM_STORE_CURRENT_USER and CERT_SYSTEM_STORE_LOCAL_MACHINE are supported. If the default is not used, this property must be set to the same value for the flags to be used before calls to createPKCS10/createFilePKCS10 and again before calls to acceptPKCS7/acceptFilePKCS7.

Typically, modification of the RequestStoreFlags property is only performed in advanced applications.

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
createPKCS10
createFilePKCS10

Access Methods

[VB] "="operator

[C++] HRESULT get_RequestStoreFlags (DWORD);
HRESULT put_RequestStoreFlags (DWORD);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


© 1997 by Microsoft Corporation. All rights reserved.