Skip to content

Latest commit

 

History

History
80 lines (67 loc) · 3.1 KB

nf-xenroll-ienroll-put_castoreflags.md

File metadata and controls

80 lines (67 loc) · 3.1 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_CAStoreFlags
IEnroll::put_CAStoreFlags (xenroll.h)
The CAStoreFlags property of IEnroll4 sets or retrieves a flag that controls the certification authority (CA) store when the store is opened. (Put)
CAStoreFlags property [Security]
CAStoreFlags property [Security]
IEnroll interface
IEnroll interface [Security]
CAStoreFlags property
IEnroll.CAStoreFlags
IEnroll.put_CAStoreFlags
IEnroll::CAStoreFlags
IEnroll::get_CAStoreFlags
IEnroll::put_CAStoreFlags
put_CAStoreFlags
security.ienroll4_castoreflags
xenroll/IEnroll::CAStoreFlags
xenroll/IEnroll::get_CAStoreFlags
xenroll/IEnroll::put_CAStoreFlags
security\ienroll4_castoreflags.htm
security
294a8a38-9c76-4e5c-ac11-2fcb8b81727e
12/05/2018
CAStoreFlags property [Security], CAStoreFlags property [Security],IEnroll interface, IEnroll interface [Security],CAStoreFlags property, IEnroll.CAStoreFlags, IEnroll.put_CAStoreFlags, IEnroll::CAStoreFlags, IEnroll::get_CAStoreFlags, IEnroll::put_CAStoreFlags, put_CAStoreFlags, security.ienroll4_castoreflags, xenroll/IEnroll::CAStoreFlags, xenroll/IEnroll::get_CAStoreFlags, xenroll/IEnroll::put_CAStoreFlags
xenroll.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uuid.lib
Xenroll.dll
Windows
19H1
IEnroll::put_CAStoreFlags
xenroll/IEnroll::put_CAStoreFlags
c++
APIRef
kbSyntax
COM
Xenroll.dll
IEnroll.CAStoreFlags
IEnroll.get_CAStoreFlags
IEnroll.put_CAStoreFlags

IEnroll::put_CAStoreFlags

-description

[This property is no longer available for use as of Windows Server 2008 and Windows Vista.]

The CAStoreFlags property sets or retrieves a flag that controls the certification authority (CA) store when the store is opened. This flag is passed to the dwFlags parameter of the CertOpenStore function when the CA store is opened.

The default value for this property is CERT_SYSTEM_STORE_CURRENT_USER. This property was first defined in the IEnroll interface.

This property is read/write.

-parameters

-remarks

The CAStoreFlags property affects the behavior of the following methods:

-see-also

IEnroll