RSA BSAFE Cert-C

Certificate Components for C

Crypto-C 6.2.1 Developer's Guide
Search

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 structure designates Presentation Address as the type of extended network address.

#include <certext.h>

typedef struct PRESENTATION_ADDR {


  ITEM          pSelector;

  ITEM          sSelector;

  ITEM          tSelector;

  unsigned int  nAddressCount;

  ITEM        * nAddress;
} PRESENTATION_ADDR;

Data Fields

ITEM pSelector
 An ITEM structure whose data member points to an octet string.

ITEM sSelector
 An ITEM structure whose data member points to an octet string.

ITEM tSelector
 An ITEM structure whose data member points to an octet string.

unsigned int nAddressCount
 An unsigned int value that indicates the number of elements in the nAddress array.

ITEM* nAddress
 A pointer to an ITEM array that specifies the presentation address. More...


Field Documentation

ITEM* nAddress
 

A pointer to an ITEM array that specifies the presentation address. The data members point to octet strings.


Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 067-001001-2720-001-000 - 2.7.2