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.
[VB] DWORD
[C++] DWORD
CERT_SYSTEM_STORE_CURRENT_USER
CERT_SYSTEM_STORE_LOCAL_MACHINE
acceptPKCS7
acceptFilePKCS7
createPKCS10
createFilePKCS10
[VB] "="operator
[C++] HRESULT get_RequestStoreFlags (DWORD);
HRESULT put_RequestStoreFlags (DWORD);
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |