| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
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... | |
|
|
A pointer to an |