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.

RootStoreName

The RootStoreName property specifies where all intrinsically trusted self-signed ROOT certificates are kept. By default this is set to the "ROOT" system store.

Currently, only system store names can be specified.

Data Type

[VB] BSTR

[C++] BSTR

Defined Values

Any defined store name, such as:

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

Affects the behavior of the following methods:

acceptPKCS7
acceptFilePKCS7

Access Methods

[VB] "="operator

[C++] HRESULT get_RootStoreName (BSTR);
HRESULT put_RootStoreName (BSTR);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


Share this article: