Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

RequestStoreName

The RequestStoreName property specifies the certificate store used to store the dummy certificate to which the private keys have been added, 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.


Share this article: