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 |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012