RSA Security logo

RSA BSAFE Cert-C
API Reference

DEFINED_ATTRIBUTES Reference

Stores the domain-defined attributes of the O/R Address.

When specifying an OR_ADDRESS structure (as a member of an ALTERNATE_NAME structure), use the DEFINED_ATTRIBUTES structure to store the domain-defined attributes of the O/R Address. This structure is also defined as TELETEX_DOMAIN_DEFINED_ATTRS. The teletex defined-attributes structure is used as an extension attribute in the OR_ADDRESS structure.

Data Fields
definedAttributesCount An unsigned int value that indicates the number of elements in the definedAttribute array. The maximum number of elements is UB_DefinedAttributes.
definedAttribute A pointer to an array of DEFINED_ATTRIBUTE structures that represent the built-in, domain-defined attributes of the O/R Address.

#include <certext.h>

01110 typedef struct DEFINED_ATTRIBUTES {
01111   unsigned int       definedAttributesCount;
01112   DEFINED_ATTRIBUTE *definedAttribute;
01113 } DEFINED_ATTRIBUTES;

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


RSA BSAFE® Cert-C 2.7 API Reference