ISCrdEnr::enumCSPName method
The enumCSPName method enumerates the name of the available cryptographic service providers (CSPs).
Syntax
HRESULT enumCSPName(
[in] DWORD dwIndex,
[in] DWORD dwFlags,
[out] BSTR *pbstrCSPName
);
SCrdEnr.enumCSPName( _
ByVal dwIndex, _
ByVal dwFlags, _
ByRef pbstrCSPName _
)
Parameters
-
dwIndex [in]
-
The zero-based index for the enumeration sequence.
-
dwFlags [in]
-
Reserved for future use. Set this value to zero.
-
pbstrCSPName [out]
-
A pointer to a string that returns the name of the enumerated CSP.
Return value
C++
If the method succeeds, the method returns S_OK.
If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.
VB
A string that represents the name of the enumerated CSP.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
DLL |
|
IID |
IID_ISCrdEnr is defined as 753988a1-1357-436d-9cf5-f089bdd67d64 |
See also