Skip to content

Latest commit

 

History

History
103 lines (84 loc) · 5.27 KB

nf-xenroll-ienroll-put_requeststoretypewstr.md

File metadata and controls

103 lines (84 loc) · 5.27 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:xenroll.IEnroll.put_RequestStoreTypeWStr
IEnroll::put_RequestStoreTypeWStr (xenroll.h)
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. (Put)
IEnroll interface [Security]
RequestStoreTypeWStr property
IEnroll.RequestStoreTypeWStr
IEnroll.put_RequestStoreTypeWStr
IEnroll4 interface [Security]
RequestStoreTypeWStr property
IEnroll4.RequestStoreTypeWStr
IEnroll4::get_RequestStoreTypeWStr
IEnroll4::put_RequestStoreTypeWStr
IEnroll::RequestStoreTypeWStr
IEnroll::get_RequestStoreTypeWStr
IEnroll::put_RequestStoreTypeWStr
RequestStoreTypeWStr property [Security]
RequestStoreTypeWStr property [Security]
IEnroll interface
RequestStoreTypeWStr property [Security]
IEnroll4 interface
get_RequestStoreTypeWStr
put_RequestStoreTypeWStr
security.ienroll4_requeststoretypewstr
sz_CERT_STORE_PROV_SYSTEM_W
xenroll/IEnroll4::RequestStoreTypeWStr
xenroll/IEnroll4::get_RequestStoreTypeWStr
xenroll/IEnroll4::put_RequestStoreTypeWStr
xenroll/IEnroll::RequestStoreTypeWStr
xenroll/IEnroll::get_RequestStoreTypeWStr
xenroll/IEnroll::put_RequestStoreTypeWStr
security\ienroll4_requeststoretypewstr.htm
security
5b06552a-7b8d-4044-9c2c-994f67e9c36d
12/05/2018
IEnroll interface [Security],RequestStoreTypeWStr property, IEnroll.RequestStoreTypeWStr, IEnroll.put_RequestStoreTypeWStr, IEnroll4 interface [Security],RequestStoreTypeWStr property, IEnroll4.RequestStoreTypeWStr, IEnroll4::get_RequestStoreTypeWStr, IEnroll4::put_RequestStoreTypeWStr, IEnroll::RequestStoreTypeWStr, IEnroll::get_RequestStoreTypeWStr, IEnroll::put_RequestStoreTypeWStr, RequestStoreTypeWStr property [Security], RequestStoreTypeWStr property [Security],IEnroll interface, RequestStoreTypeWStr property [Security],IEnroll4 interface, get_RequestStoreTypeWStr, put_RequestStoreTypeWStr, security.ienroll4_requeststoretypewstr, sz_CERT_STORE_PROV_SYSTEM_W, xenroll/IEnroll4::RequestStoreTypeWStr, xenroll/IEnroll4::get_RequestStoreTypeWStr, xenroll/IEnroll4::put_RequestStoreTypeWStr, xenroll/IEnroll::RequestStoreTypeWStr, xenroll/IEnroll::get_RequestStoreTypeWStr, xenroll/IEnroll::put_RequestStoreTypeWStr
xenroll.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uuid.lib
Xenroll.dll
Windows
19H1
IEnroll::put_RequestStoreTypeWStr
xenroll/IEnroll::put_RequestStoreTypeWStr
c++
APIRef
kbSyntax
COM
Xenroll.dll
IEnroll.RequestStoreTypeWStr
IEnroll.get_RequestStoreTypeWStr
IEnroll.put_RequestStoreTypeWStr
IEnroll4.RequestStoreTypeWStr
IEnroll4.get_RequestStoreTypeWStr
IEnroll4.put_RequestStoreTypeWStr

IEnroll::put_RequestStoreTypeWStr

-description

[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.

-parameters

-remarks

Typically, modification of the RequestStoreTypeWStr property is performed only in advanced applications.

RequestStoreTypeWStr affects the behavior of the following methods:

-see-also

IEnroll

IEnroll4