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 CspAlgorithm property retrieves an ICspAlgorithm object that contains information about an algorithm supported by the provider. This property is web enabled.
This property is read-only.
Syntax
HRESULT get_CspAlgorithm(
ICspAlgorithm **ppValue
);
Parameters
ppValue
Return value
None
Remarks
The ICspAlgorithm object includes the following information about an algorithm:
- The default, minimum, maximum, and incremental lengths of the key.
- The abbreviated and long name of the algorithm.
- The cryptographic operations that can be performed by the algorithm.
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 |