CAStoreName

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.

Data Type

[VB] BSTR

[C++] BSTR

Defined Values

Any defined store name, such as:

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

Affects the behavior of the following methods:

acceptPKCS7
acceptFilePKCS7

Access Methods

[VB] "="operator

[C++] HRESULT get_CAStoreName (BSTR);
HRESULT put_CAStoreName(BSTR);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


© 1997 by Microsoft Corporation. All rights reserved.