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.
[VB] BSTR
[C++] BSTR
Any defined store name, such as:
"ROOT" (the default)
"CA"
"MY"
[VB] "="operator
[C++] HRESULT get_RootStoreName (BSTR);
HRESULT put_RootStoreName (BSTR);
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |