ICspInformation::get_Name method (certenroll.h)

The Name property retrieves the name. This property is web enabled.

This property is read-only.

Syntax

HRESULT get_Name(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

The following list shows the names of some of the Microsoft providers installed on Windows Vista and later. This list is not inclusive:

  • Microsoft Software Key Storage Provider
  • Microsoft Smart Card Key Storage Provider
  • Microsoft Base Cryptographic Provider v1.0
  • Microsoft Base DSS and Diffie-Hellman Cryptographic Provider
  • Microsoft Base DSS Cryptographic Provider
  • Microsoft Base Smart Card Crypto Provider
  • Microsoft DH Schannel Cryptographic Provider
  • Microsoft Enhanced Cryptographic Provider v1.0
  • Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider
  • Microsoft Enhanced RSA and AES Cryptographic Provider
  • Microsoft RSA Schannel Cryptographic Provider
  • Microsoft Strong Cryptographic Provider

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