| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
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 this 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.
#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... | |
|
|
A pointer to an |
|
|
An |