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 prior to making calls to createPKCS10/createFilePKCS10 and again before calls to acceptPKCS7/acceptFilePKCS7.
Typically, modification of the RequestStoreFlags property is only performed in advanced applications.
CERT_SYSTEM_STORE_CURRENT_USER
CERT_SYSTEM_STORE_LOCAL_MACHINE
acceptPKCS7
acceptFilePKCS7
createPKCS10
createFilePKCS10
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |