CERT_NAME_INFO structure
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
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Show: