Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |