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.

MyStoreType

The MyStoreType property specifies the type of store to use for the store specified by the MyStoreName property. The value for MyStoreType is passed directly on to CertOpenStore. By default this value is sz_CERT_STORE_PROV_SYSTEM.

Currently only system stores are supported.

Data Type

[VB] BSTR

[C++] BSTR

Defined Values

The following store provider types are currently supported.

Store provider type Value
sz_CERT_STORE_PROV_SYSTEM_W "System"
sz_CERT_STORE_PROV_SYSTEM "System"

Affects the behavior of the following methods:

acceptPKCS7
acceptFilePKCS7

Access Methods

[VB] "="operator

[C++] HRESULT get_MyStoreType (BSTR);
HRESULT put_MyStoreType (BSTR);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


Share this article: