RSA Security logo

RSA BSAFE Cert-C
API Reference

OR_ADDRESS Reference

Contains an O/R Address that is defined in accordance with the X.411 standard.

It represents an x400Address in the ALTERNATE_NAME structure. If CN_X400_ADDRESS is set as the altNameType, complete an OR_ADDRESS structure to specify the altName.

Data Fields
standardAttributes A STANDARD_ATTRIBUTES structure that contains the standard attributes of the O/R Address.
definedAttributes A DEFINED_ATTRIBUTES structure that contains the domain-defined attributes of the O/R Address.
extensionAttributes An EXTENSION_ATTRIBUTES structure that contains the extension attributes of the O/R Address.

#include <certext.h>

01535 typedef struct OR_ADDRESS {
01536   STANDARD_ATTRIBUTES  standardAttributes;
01537   DEFINED_ATTRIBUTES   definedAttributes;
01538   EXTENSION_ATTRIBUTES extensionAttributes;
01539 } OR_ADDRESS;

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


RSA BSAFE® Cert-C 2.7 API Reference