RSA BSAFE Cert-C

Certificate Components for C

Crypto-C 6.2.1 Developer's Guide
Search

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.)

#include <certext.h>

typedef struct ORG_UNIT_NAMES {

  unsigned int  orgUnitNamesCount;

  ITEM         *orgUnitName;
} ORG_UNIT_NAMES;

Data Fields

unsigned int orgUnitNamesCount
 An unsigned int value that indicates the number of elements in the orgUnitName array. More...

ITEM* orgUnitName
 A pointer to an ITEM array that represents the organization unit name. More...


Field Documentation

ITEM* 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.

unsigned int orgUnitNamesCount
 

An unsigned int value that indicates the number of elements in the orgUnitName array. The maximum number of orgUnitName elements is UB_OrganizationalUnits.


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