The RequestStoreType property specifies the type of store to use for the store specified by the RequestStoreName property. The value for RequestStoreType is passed directly on to CertOpenStore. By default RequestStoreType's value is sz_CERT_STORE_PROV_SYSTEM. If the default is not to be used, this property must be set to the same value before calls to createPKCS10/createFilePKCS10 and again before calls to acceptPKCS7/acceptFilePKCS7.
Currently only system stores are supported.
Typically, modification of the RequestStoreType property is only performed in advanced applications.
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" |
acceptPKCS7
acceptFilePKCS7
createPKCS10
createFilePKCS10
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |