ICspInformations::AddAvailableCsps method (certenroll.h)
The AddAvailableCsps method adds the providers installed on the computer to the collection. This method is web enabled.
Syntax
HRESULT AddAvailableCsps();
Return value
If the function succeeds, the function returns S_OK.
If the function fails, it returns an HRESULT value that indicates the error. Possible values include, but are not limited to, those in the following table. For a list of common error codes, see Common HRESULT Values.
Return code/value | Description |
---|---|
|
The collection is not empty. |
Remarks
The ICspInformations collection must be empty before you call this method.
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 |