The CAStoreName property specifies where all non-"ROOT" and non-"MY" certificates are kept. By default this is set to the "CA" system store.
Currently, only system store names can be specified.
[VB] BSTR
[C++] BSTR
Any defined store name, such as:
"CA" (the default)
"MY"
"ROOT"
[VB] "="operator
[C++] HRESULT get_CAStoreName (BSTR);
HRESULT put_CAStoreName(BSTR);
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |