RequestStoreName

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.

Data Type

[VB] BSTR
[C++] BSTR

Defined Values

Any defined store name, such as:

"REQUEST" (the default)
"ROOT"
"CA"
"MY"

Affects the behavior of the following methods:

acceptPKCS7
acceptFilePKCS7
createPKCS10

createFilePKCS10

Access Methods

[VB] "="operator
[C++] HRESULT get_RequestStoreName (BSTR);
HRESULT put_RequestStoreName (BSTR);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.