RSA Security logo

RSA BSAFE Cert-C
API Reference

EDI_PARTY_NAME Reference

The EDI_PARTY_NAME structure contains an alternate name in a format agreed upon between communicating EDI partners.

It represents an ediPartyName in the ALTERNATE_NAME structure; if you set CN_EDI_PARTY_NAME as the altNametype, you must complete an EDI_PARTY_NAME structure to specify the altName.

Data Fields
nameAssigner A TYPED_STRING structure that identifies the authority that assigned the unique name in the partyName field.
partyName A TYPED_STRING structure that represents the name of a communicating EDI partner.

#include <certext.h>

00745 typedef struct EDI_PARTY_NAME {
00746   TYPED_STRING  nameAssigner;  /* PKIX / X.520 Directory String */
00747   TYPED_STRING  partyName;     /* PKIX / X.520 Directory String */
00748 } EDI_PARTY_NAME;

The documentation for this struct was generated from the following file:


RSA BSAFE® Cert-C 2.7 API Reference