Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.87 KB

nf-casetup-icertsrvsetup-getprivatekeycontainerlist.md

File metadata and controls

67 lines (56 loc) · 2.87 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:casetup.ICertSrvSetup.GetPrivateKeyContainerList
ICertSrvSetup::GetPrivateKeyContainerList (casetup.h)
Gets the list of key container names stored by the specified cryptographic service provider (CSP) for asymmetric signature key algorithms.
GetPrivateKeyContainerList
GetPrivateKeyContainerList method [Security]
GetPrivateKeyContainerList method [Security]
ICertSrvSetup interface
ICertSrvSetup interface [Security]
GetPrivateKeyContainerList method
ICertSrvSetup.GetPrivateKeyContainerList
ICertSrvSetup::GetPrivateKeyContainerList
casetup/ICertSrvSetup::GetPrivateKeyContainerList
security.icertsrvsetup_getprivatekeycontainerlist
security\icertsrvsetup_getprivatekeycontainerlist.htm
security
a57590d3-0882-4407-b920-964c0e489f80
12/05/2018
GetPrivateKeyContainerList, GetPrivateKeyContainerList method [Security], GetPrivateKeyContainerList method [Security],ICertSrvSetup interface, ICertSrvSetup interface [Security],GetPrivateKeyContainerList method, ICertSrvSetup.GetPrivateKeyContainerList, ICertSrvSetup::GetPrivateKeyContainerList, casetup/ICertSrvSetup::GetPrivateKeyContainerList, security.icertsrvsetup_getprivatekeycontainerlist
casetup.h
Windows
None supported
Windows Server 2008 [desktop apps only]
Casetup.idl
Certocm.dll
Windows
19H1
ICertSrvSetup::GetPrivateKeyContainerList
casetup/ICertSrvSetup::GetPrivateKeyContainerList
c++
APIRef
kbSyntax
COM
Certocm.dll
ICertSrvSetup.GetPrivateKeyContainerList

ICertSrvSetup::GetPrivateKeyContainerList

-description

The GetPrivateKeyContainerList method gets the list of key container names stored by the specified cryptographic service provider (CSP) for asymmetric signature key algorithms. This method does not change the state of the CCertSrvSetup object.

-parameters

-param bstrProviderName [in]

A string that contains the name of the provider. For key storage providers, this must be in the form PublicKeyAlgorithmName#KeyStorageProviderName for example "RSA#Microsoft Software Key Storage provider".

-param pVal [out]

A pointer to a VARIANT array of VT_BSTR types, where each string represents the name of a key container used by the specified CSP.

-see-also

ICertSrvSetup