IEnroll::put_RequestStoreTypeWStr method (xenroll.h)
[This property is no longer available for use as of Windows Server 2008 and Windows Vista.]
The RequestStoreTypeWStr property sets or retrieves the type of store to use for the store specified by the RequestStoreNameWStr property. This store type is passed directly to the CertOpenStore function.
The default value of this property 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 createPKCS10WStr and createFilePKCS10WStr and again before calls to acceptPKCS7Blob and acceptFilePKCS7WStr.
Only system stores are supported. This property was first defined in the IEnroll interface.
This property is read/write.
Syntax
HRESULT put_RequestStoreTypeWStr(
LPWSTR szwType
);
Parameters
szwType
Return value
None
Remarks
Typically, modification of the RequestStoreTypeWStr property is performed only in advanced applications.
RequestStoreTypeWStr affects the behavior of the following methods:
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | xenroll.h |
Library | Uuid.lib |
DLL | Xenroll.dll |