CertOIDToAlgId (Windows CE 5.0)
This function converts the ASN.1 object identifier (OID) string to the CryptoAPI algorithm identifier (ALG_ID).
DWORD WINAPI CertOIDToAlgId(LPCSTRpszObjId);
Parameters
- pszObjId
[in] Pointer to the ASN.1 object identifier to be converted to an algorithm identifier.
Return Values
Returns the ALG_ID structure corresponding to the object identifier.
Returns zero if no ALG_ID structure corresponds to the object identifier.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
Link Library: Crypt32.lib.
See Also
Send Feedback on this topic to the authors