The CAStoreType property specifies the type of store to use for the store specified by the CAStoreName property. CAStoreType's value is passed directly on to CertOpenStore. By default this value is sz_CERT_STORE_PROV_SYSTEM.
Currently only system stores are supported.
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" |
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |