ICspInformation::get_LegacyCsp method (certenroll.h)

The LegacyCsp property retrieves a Boolean value that specifies whether the provider is a Cryptography API: Next Generation (CNG) provider or a CryptoAPI (legacy) CSP. This property is web enabled.

This property is read-only.

Syntax

HRESULT get_LegacyCsp(
  VARIANT_BOOL *pValue
);

Parameters

pValue

Return value

None

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