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 AddFromCsp method adds objects to the collection by identifying the encryption algorithms supported by a specific cryptographic provider.
Syntax
HRESULT AddFromCsp(
[in] ICspInformation *pValue
);
Parameters
[in] pValue
Pointer to an ICspInformation interface that represents the provider.
Return value
If the function succeeds, the function returns S_OK.
If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.
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 |