ICertSrvSetup::GetProviderNameList method (casetup.h)

The GetProviderNameList method gets the list of cryptographic service providers (CSPs) that provide asymmetric key signature algorithms on the computer. This method does not change the state of the CCertSrvSetup object.

Syntax

HRESULT GetProviderNameList(
  [out] VARIANT *pVal
);

Parameters

[out] pVal

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

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008 [desktop apps only]
Target Platform Windows
Header casetup.h
DLL Certocm.dll

See also

ICertSrvSetup