RSA Security logo

RSA BSAFE Cert-C
API Reference

ORG_UNIT_NAMES Reference

Contains an organizational unit name.

It can be used as either a standard attribute or as an extension attribute in an OR_ADDRESS structure. (The OR_ADDRESS can be used as the alternate name in an ALTERNATE_NAME structure.)

Data Fields
orgUnitNameCount An unsigned int value that indicates the number of elements in the orgUnitName array. The maximum number of orgUnitName elements is UB_OrganizationalUnits.
orgUnitName A pointer to an ITEM array that represents the organization unit name. The data members point to printable strings if it is a standard attribute or to teletex strings if it is an extension attribute. The maximum length of the data members is UB_OrganizationalUnitNameLength.

#include <certext.h>

00873 typedef struct ORG_UNIT_NAMES {
00874   unsigned int  orgUnitNamesCount; /* number of orgUnitName items */
00875   ITEM         *orgUnitName;       /* points to printable string */
00876 } ORG_UNIT_NAMES;

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


RSA BSAFE® Cert-C 2.7 API Reference