CERT_NAME_INFO structure (wincrypt.h)
The CERT_NAME_INFO structure contains subject or issuer names. The information is represented as an array of CERT_RDN structures.
Syntax
typedef struct _CERT_NAME_INFO {
DWORD cRDN;
PCERT_RDN rgRDN;
} CERT_NAME_INFO, *PCERT_NAME_INFO;
Members
cRDN
Number of elements in the rgRDN array.
rgRDN
Array of pointers to CERT_RDN structures.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |