| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
EXTENSION_ATTRIBUTE structure.
Use this structure only if you are providing an OR_ADDRESS structure as the alternate name in an ALTERNATE_NAME structure, and you are completing an extended network address for the EXTENSION_ATTRIBUTE. This structure designates the E163-4 address number as the type of extended network address.
#include <certext.h>
typedef struct E163_4_ADDR { ITEM number; ITEM subAddress; } E163_4_ADDR;
Data Fields | |
| ITEM | number |
An ITEM structure whose data member points to a numeric string and whose len member indicates the length of the string. More... | |
| ITEM | subAddress |
An ITEM structure whose data member points to a numeric string and whose len member indicates the length of the string. More... | |
|
|
An |
|
|
An |