ICspInformation::get_CspAlgorithms method (certenroll.h)

The CspAlgorithms property retrieves a collection of ICspAlgorithm interfaces that contain information about the algorithms supported by the provider. This property is web enabled.

This property is read-only.

Syntax

HRESULT get_CspAlgorithms(
  ICspAlgorithms **ppValue
);

Parameters

ppValue

Return value

None

Remarks

An ICspAlgorithm object contains information about the cryptographic algorithms supported by the provider. This includes the algorithm object identifier (OID), the permitted key lengths and incremental lengths, the algorithm name and abbreviated name, and a Boolean value that specifies whether the algorithm OID object is valid.

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

ICspInformation