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 | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also