Expand Minimize
This topic has not yet been rated - Rate this topic

CertFindRDNAttr function

The CertFindRDNAttr function finds the first RDN attribute identified by its object identifier (OID) in a list of the Relative Distinguished Names (RDN).

Syntax


PCERT_RDN_ATTR WINAPI CertFindRDNAttr(
  _In_  LPCSTR pszObjId,
  _In_  PCERT_NAME_INFO pName
);

Parameters

pszObjId [in]

A pointer to the object identifier (OID) to use In the search.

pName [in]

A pointer to a CERT_NAME_INFO structure containing the list of the Relative Distinguished Names to be searched.

Return value

Returns a pointer to the attribute, if one is found. Otherwise, NULL is returned.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Wincrypt.h

Library

Crypt32.lib

DLL

Crypt32.dll

See also

Data Management Functions
CertFindAttribute
CertFindExtension

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.