![]() |
RSA BSAFE Cert-C |
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.)
STANDARD_ATTRIBUTES
, if the SA_ORG_UNIT_NAMES_VALID
flag is set in validFields, complete an ORG_UNIT_NAMES
structure to specify orgUnitNames. EXTENSION_ATTRIBUTE
, if EA_TELETEX_ORG_UNIT_NAME
is set as the extension-attribute type, complete an ORG_UNIT_NAMES
structure to specify the extension-attribute value. 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;