RSA Security logo

RSA BSAFE Cert-C
API Reference

OTHER_NAME Reference

Contains an application-defined alternate name.

It represents an otherName in the ALTERNATE_NAME structure. If CN_OTHER_NAME is set as the altNameType, complete an OTHER_NAME structure to specify the altName.

Data Fields
typeId An ITEM structure whose data member points to an object identifier (OID) for the type of value.
value An ITEM structure whose data member points to the value of the other name.

#include <certext.h>

00720 typedef struct OTHER_NAME {
00721   ITEM typeId;      /* OID for value type */
00722   ITEM value;       /* value */
00723 } OTHER_NAME;

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


RSA BSAFE® Cert-C 2.7 API Reference