Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 2.92 KB

nf-certenroll-ix509privatekey-get_defaultcontainer.md

File metadata and controls

68 lines (57 loc) · 2.92 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:certenroll.IX509PrivateKey.get_DefaultContainer
IX509PrivateKey::get_DefaultContainer (certenroll.h)
Retrieves a Boolean value that specifies whether the private key represents the default key container.
DefaultContainer property [Security]
DefaultContainer property [Security]
IX509PrivateKey interface
IX509PrivateKey interface [Security]
DefaultContainer property
IX509PrivateKey.DefaultContainer
IX509PrivateKey.get_DefaultContainer
IX509PrivateKey::DefaultContainer
IX509PrivateKey::get_DefaultContainer
certenroll/IX509PrivateKey::DefaultContainer
certenroll/IX509PrivateKey::get_DefaultContainer
get_DefaultContainer
security.ix509privatekey_defaultcontainer_property
security\ix509privatekey_defaultcontainer_property.htm
security
31998dee-b656-47b8-acb5-246e1a10382a
12/05/2018
DefaultContainer property [Security], DefaultContainer property [Security],IX509PrivateKey interface, IX509PrivateKey interface [Security],DefaultContainer property, IX509PrivateKey.DefaultContainer, IX509PrivateKey.get_DefaultContainer, IX509PrivateKey::DefaultContainer, IX509PrivateKey::get_DefaultContainer, certenroll/IX509PrivateKey::DefaultContainer, certenroll/IX509PrivateKey::get_DefaultContainer, get_DefaultContainer, security.ix509privatekey_defaultcontainer_property
certenroll.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
CertEnroll.dll
Windows
19H1
IX509PrivateKey::get_DefaultContainer
certenroll/IX509PrivateKey::get_DefaultContainer
c++
APIRef
kbSyntax
COM
CertEnroll.dll
IX509PrivateKey.DefaultContainer
IX509PrivateKey.get_DefaultContainer

IX509PrivateKey::get_DefaultContainer

-description

The DefaultContainer property retrieves a Boolean value that specifies whether the private key represents the default key container.

This property is read-only.

-parameters

-remarks

Key containers are identified by name. The name can be specified by the client, or it can be a default value supported by the CSP or KSP. For example, some CSPs use the logon name of the current user as the default container name.

This property value is set when the Open or Create methods are called.

-see-also

IX509PrivateKey