RSA Security logo

RSA BSAFE Cert-C
API Reference

PRESENTATION_ADDR Reference

A type of extended network address in the EXTENSION_ATTRIBUTE structure.

Use this structure only when providing an OR_ADDRESS structure as the alternate name in an ALTERNATE_NAME structure, and when completing an extended network address for the EXTENSION_ATTRIBUTE. This PRESENTATION_ADDR structure designates Presentation Address as the type of extended network address.

Data Fields
pSelector An ITEM structure whose data member points to an octet string.
sSelector An ITEM structure whose data member points to an octet string.
tSelector An ITEM structure whose data member points to an octet string.
nAddressCount An unsigned int value that indicates the number of elements in the nAddress array.
nAddress A pointer to an ITEM array that specifies the presentation address. The data members point to octet strings.

#include <certext.h>

01289 typedef struct PRESENTATION_ADDR {
01290   ITEM          pSelector;     /* points to octet string */
01291   ITEM          sSelector;     /* points to octet string */
01292   ITEM          tSelector;     /* points to octet string */
01293   unsigned int  nAddressCount; /* Number of nAddress */
01294   ITEM        * nAddress;      /* points to octet string */
01295 } PRESENTATION_ADDR;

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


RSA BSAFE® Cert-C 2.7 API Reference