ICspStatus::get_CspInformation method (certenroll.h)

The CspInformation property retrieves an ICspInformation object that contains general information about the provider. This property is web enabled.

This property is read-only.

Syntax

HRESULT get_CspInformation(
  ICspInformation **ppValue
);

Parameters

ppValue

Return value

None

Remarks

The ICspInformation object includes the following information about a CSP:

  • A collection of supported algorithms and their intended uses.
  • Whether the CSP is implemented in hardware or software.
  • Whether the CSP is a smart card provider or a legacy provider.
  • The version number and name.
  • Whether the CSP is installed on the client computer.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h
DLL CertEnroll.dll

See also

ICspStatus

ICspStatuses