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.

RequestStoreType

The RequestStoreType property specifies the type of store to use for the store specified by the RequestStoreName property. The value for RequestStoreType is passed directly on to CertOpenStore. By default RequestStoreType's value is sz_CERT_STORE_PROV_SYSTEM. If the default is not to be used, this property must be set to the same desired value before calls to createPKCS10/createFilePKCS10 and again before calls to acceptPKCS7/acceptFilePKCS7.

Currently only system stores are supported.

Typically, modification of the RequestStoreType property is only performed in advanced applications.

Data Type

[VB] BSTR

[C++] BSTR

Defined Values

The following store provider types are currently supported.

Store provider type Value
sz_CERT_STORE_PROV_SYSTEM_W "System"
sz_CERT_STORE_PROV_SYSTEM "System"

Affects the behavior of the following methods:

acceptPKCS7
acceptFilePKCS7
createPKCS10
createFilePKCS10

Access Methods

[VB] "="operator

[C++] HRESULT get_RequestStoreType (BSTR);
HRESULT put_RequestStoreType (BSTR);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


Share this article: