ICspStatus::get_CspAlgorithm method (certenroll.h)

The CspAlgorithm property retrieves an ICspAlgorithm object that contains information about an algorithm supported by the provider. This property is web enabled.

This property is read-only.

Syntax

HRESULT get_CspAlgorithm(
  ICspAlgorithm **ppValue
);

Parameters

ppValue

Return value

None

Remarks

The ICspAlgorithm object includes the following information about an algorithm:

  • The default, minimum, maximum, and incremental lengths of the key.
  • The abbreviated and long name of the algorithm.
  • The cryptographic operations that can be performed by the algorithm.

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