RSA BSAFE Cert-C

Certificate Components for C

Crypto-C 6.2.1 Developer's Guide
Search

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.

Samples:

extnhlp.c.

#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_NAMEnames
 A pointer to an array of GENERAL_NAME structures.


Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 067-001001-2720-001-000 - 2.7.2