RSA Security logo

RSA BSAFE Cert-C
API Reference

DEFINED_ATTRIBUTE Reference

Stores a domain-defined attribute of the O/R Address.

Use this structure to fill the array of attributes in one of the following:

Data Fields
type An ITEM structure that specifies the type of defined attribute in value. The data member points to one of the following defined-attribute types:

Defined-Attribute Type Description
printablestring A printable string; a member of a DEFINED_ATTRIBUTES structure
teletexstring A teletex string; a member of a TELETEX_DOMAIN_DEFINED_ATTRS structure (in an EXTENSION_ATTRIBUTE structure)

The maximum length is UB_DefinedAttributeTypeLength.
value An ITEM structure that specifies a defined-attribute value. The data member points to a printable string or a teletex string, depending on the attribute type. The maximum length is UB_DefinedAttributeValueLength.

#include <certext.h>

01080 typedef struct DEFINED_ATTRIBUTE {
01081   ITEM type;     /* points to printable string */
01082   ITEM value;    /* points to printable string */
01083 } DEFINED_ATTRIBUTE;

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


RSA BSAFE® Cert-C 2.7 API Reference