| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
GeneralNames structure as described in RFC 2459.
It contains a sequence of GENERAL_NAMEs. This structure is used in the DISTRIBUTION_POINT and DIST_POINT_NAME structures.
#include <certext.h>
typedef struct GENERAL_NAMES { unsigned int nameCount; GENERAL_NAME *names; } GENERAL_NAMES;
Data Fields | |
| unsigned int | nameCount |
An unsigned int value that indicates the number of elements in the names array. | |
| GENERAL_NAME* | names |
A pointer to an array of GENERAL_NAME structures. | |