Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.51 KB

nf-casetup-imscepsetup-getprovidernamelist.md

File metadata and controls

67 lines (56 loc) · 2.51 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.IMSCEPSetup.GetProviderNameList
IMSCEPSetup::GetProviderNameList (casetup.h)
Gets the list of cryptographic service providers (CSPs) that provide asymmetric key signature and exchange algorithms on the computer.
GetProviderNameList
GetProviderNameList method [Security]
GetProviderNameList method [Security]
IMSCEPSetup interface
IMSCEPSetup interface [Security]
GetProviderNameList method
IMSCEPSetup.GetProviderNameList
IMSCEPSetup::GetProviderNameList
casetup/IMSCEPSetup::GetProviderNameList
security.imscepsetup_getprovidernamelist
security\imscepsetup_getprovidernamelist.htm
security
e2b5bae3-fc85-4277-8ee9-3911dacf3302
12/05/2018
GetProviderNameList, GetProviderNameList method [Security], GetProviderNameList method [Security],IMSCEPSetup interface, IMSCEPSetup interface [Security],GetProviderNameList method, IMSCEPSetup.GetProviderNameList, IMSCEPSetup::GetProviderNameList, casetup/IMSCEPSetup::GetProviderNameList, security.imscepsetup_getprovidernamelist
casetup.h
Windows
None supported
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Casetup.idl
Certocm.dll
Windows
19H1
IMSCEPSetup::GetProviderNameList
casetup/IMSCEPSetup::GetProviderNameList
c++
APIRef
kbSyntax
COM
Certocm.dll
IMSCEPSetup.GetProviderNameList

IMSCEPSetup::GetProviderNameList

-description

The GetProviderNameList method gets the list of cryptographic service providers (CSPs) that provide asymmetric key signature and exchange algorithms on the computer.

-parameters

-param bExchange [in]

A value that indicates whether the provider names are for exchange key algorithms. A VARIANT_TRUE value indicates exchange key providers; otherwise, the providers are for signing keys.

-param pVal [out]

A pointer to a VARIANT array of VT_BSTR types, where each string represents the name of a CSP.

-see-also

IMSCEPSetup