MyStoreName

The MyStoreName property specifies where certificates with linked private keys are kept. MyStoreName's value specifies the store in which to place the newly created certificate produced from acceptPKCS7 or acceptFilePKCS7. By default this is set to the "MY" system store.

Currently, only system store names can be specified.

Data Type

[VB] BSTR

[C++] BSTR

Defined Values

Any defined store name, such as:

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

Affects the behavior of the following methods:

acceptPKCS7
acceptFilePKCS7

Access Methods

[VB] "="operator

[C++] HRESULT get_MyStoreName (BSTR);
HRESULT put_MyStoreName (BSTR);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


© 1997 by Microsoft Corporation. All rights reserved.