The RequestStoreName property specifies whereto store the dummy certificate with the added private keys until a certificate server processes the request and responds with a PKCS #7. By default the "REQUEST" system store is used. If the default is not to be used, this property must be set to the store to be used before calls to createPKCS10/createFilePKCS10 and again before calls to acceptPKCS7/acceptFilePKCS7.
Currently, only system store names can be specified for this property.
Typically, modification of the RequestStoreName property is only performed in advanced applications.
Any defined store name, such as:
"REQUEST" (the default)
"ROOT"
"CA"
"MY"
acceptPKCS7
acceptFilePKCS7
createPKCS10
createFilePKCS10
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |