Skip to content

Latest commit

 

History

History
86 lines (70 loc) · 3.78 KB

nf-xenroll-ienroll-get_containernamewstr.md

File metadata and controls

86 lines (70 loc) · 3.78 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.get_ContainerNameWStr
IEnroll::get_ContainerNameWStr (xenroll.h)
Sets or retrieves the name of the key container to use. (Get)
ContainerNameWStr property [Security]
ContainerNameWStr property [Security]
IEnroll interface
IEnroll interface [Security]
ContainerNameWStr property
IEnroll.ContainerNameWStr
IEnroll.get_ContainerNameWStr
IEnroll::ContainerNameWStr
IEnroll::get_ContainerNameWStr
IEnroll::put_ContainerNameWStr
get_ContainerNameWStr
security.ienroll4_containernamewstr
xenroll/IEnroll::ContainerNameWStr
xenroll/IEnroll::get_ContainerNameWStr
xenroll/IEnroll::put_ContainerNameWStr
security\ienroll4_containernamewstr.htm
security
6740378a-342b-4520-89c7-32d44e23cfca
12/05/2018
ContainerNameWStr property [Security], ContainerNameWStr property [Security],IEnroll interface, IEnroll interface [Security],ContainerNameWStr property, IEnroll.ContainerNameWStr, IEnroll.get_ContainerNameWStr, IEnroll::ContainerNameWStr, IEnroll::get_ContainerNameWStr, IEnroll::put_ContainerNameWStr, get_ContainerNameWStr, security.ienroll4_containernamewstr, xenroll/IEnroll::ContainerNameWStr, xenroll/IEnroll::get_ContainerNameWStr, xenroll/IEnroll::put_ContainerNameWStr
xenroll.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uuid.lib
Xenroll.dll
Windows
19H1
IEnroll::get_ContainerNameWStr
xenroll/IEnroll::get_ContainerNameWStr
c++
APIRef
kbSyntax
COM
Xenroll.dll
IEnroll.ContainerNameWStr
IEnroll.get_ContainerNameWStr
IEnroll.put_ContainerNameWStr

IEnroll::get_ContainerNameWStr

-description

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

The ContainerNameWStr property sets or retrieves the name of the key container to use.

This property was first defined in the IEnroll interface.

This property is read/write.

-parameters

-remarks

The container specified may be an existing container or a new one. It may only be an existing container if the UseExistingKeySet property is set, as long as the key set has not been generated yet. For example, if only an exchange key set has been generated for a container, it is still possible to perform a certificate enrollment using the signature key set without setting UseExistingKeySet. The exchange key set could be used if UseExistingKeySet is set beforehand.

By default, a new container is selected each time the IEnroll control is run. This ensures that a new key set is generated. If this property is not explicitly set, a generated GUID is used as the container name.

The ContainerNameWStr property affects the behavior of the following methods:

-see-also

IEnroll