Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |