| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
It can be used as an extension attribute in an OR_ADDRESS structure. (The OR_ADDRESS can be used as the alternate name in an ALTERNATE_NAME structure.)
To set the EXTENSION_ATTRIBUTE to contain EXTENDED_NETWORK_ADDR:
type in EXTENSION_ATTRIBUTE to EA_EXTENDED_NETWORK_ADDR. value in EXTENSION_ATTRIBUTE to point to this structure.
#include <certext.h>
typedef struct EXTENDED_NETWORK_ADDR { unsigned int type; union { E163_4_ADDR e1634Addr; PRESENTATION_ADDR presentationAddr; } addr; } EXTENDED_NETWORK_ADDR;
Data Fields | |
| unsigned int | type |
An unsigned int value that identifies the type of data structure in the addr union. More... | |
|
|
An
|