Share via


CertFindRDNAttr (Windows CE 5.0)

Send Feedback

This function finds the first relative distinguished name (RDN) attribute identified by its object identifier (OID) in an RDN list.

PCERT_RDN_ATTR WINAPI CertFindRDNAttr(LPCSTRpszObjId,PCERT_NAME_INFOpName);

Parameters

  • pszObjId
    [in] Pointer to the OID to use in the search.
  • pName
    [in] Pointer to a CERT_NAME_INFO structure containing the list of the RDNs to be searched.

Return Values

This function returns a pointer to the attribute, if one is found. Otherwise, NULL is returned.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
Link Library: Crypt32.lib.

See Also

CertFindAttribute | CertFindExtension | CERT_NAME_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.