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.

RootStoreType

The RootStoreType property specifies the type of store to use for the store specified by the RootStoreName property. The value for RootStoreType is passed directly on to CertOpenStore. By default this value is sz_CERT_STORE_PROV_SYSTEM.

Currently only system stores are supported.

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

Access Methods

[VB] "="operator

[C++] HRESULT get_RootStoreType (BSTR);
HRESULT put_RootStoreType (BSTR);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.

Share this article: