RSA Security logo

RSA BSAFE Cert-C
API Reference

GENERAL_NAMES Reference

Represents the ASN.1 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.

Data Fields
nameCount An unsigned int value that indicates the number of elements in the names array.
names A pointer to an array of GENERAL_NAME structures.

#include <certext.h>

02247 typedef struct GENERAL_NAMES {
02248   unsigned int     nameCount;
02249   GENERAL_NAME     *names;
02250 } GENERAL_NAMES;

The documentation for this struct was generated from the following file:


RSA BSAFE® Cert-C 2.7 API Reference