IOCSPCAConfiguration::get_CSPName method (certadm.h)

The CSPName property gets a cryptographic service provider (CSP) or key storage provider (KSP) name. The default implementations of IOCSPAdmin and IOCSPCAConfigurationCollection set this value.

This property is read-only.

Syntax

HRESULT get_CSPName(
  BSTR *pVal
);

Parameters

pVal

Return value

None

Remarks

The name returned in pVal corresponds to the CSP or KSP used for the SigningCertificate property.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Target Platform Windows
Header certadm.h (include Certserv.h)
Library Certadm.lib
DLL Certadm.dll

See also

IOCSPCAConfiguration