| 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.) In the extension attribute structure, EXTENSION_ATTRIBUTE, if EA_UNFORMATTED_POSTAL_ADDR is set as the extension attribute type, complete an UNFORMATTED_POSTAL_ADDR structure to specify the extension attribute value.
#include <certext.h>
typedef struct UNFORMATTED_POSTAL_ADDR { unsigned int printableAddrCount; ITEM *printableAddr; ITEM teletexString; } UNFORMATTED_POSTAL_ADDR;
Data Fields | |
| unsigned int | printableAddrCount |
An unsigned int value that indicates the number of elements in the printableAddr array. More... | |
| ITEM* | printableAddr |
A pointer to an ITEM array. More... | |
| ITEM | teletexString |
An ITEM structure whose data member points to a teletex string. More... | |
|
|
A pointer to an |
|
|
An |
|
|
An |