| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
It represents an ediPartyName in ALTERNATE_NAME. If you set CN_EDI_PARTY_NAME as the altNametype, you must complete an EDI_PARTY_NAME to specify the altName.
#include <certext.h>
typedef struct EDI_PARTY_NAME { TYPED_STRING nameAssigner; TYPED_STRING partyName; } EDI_PARTY_NAME;
Data Fields | |
| TYPED_STRING | nameAssigner |
A TYPED_STRING structure that identifies the authority that assigned the unique name in the partyName field. | |
| TYPED_STRING | partyName |
A TYPED_STRING structure that represents the name of a communicating EDI partner. | |