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.
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