| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
It represents an otherName in the ALTERNATE_NAME structure. If CN_OTHER_NAME is set as the altNameType, complete this structure to specify the altName.
#include <certext.h>
typedef struct OTHER_NAME { ITEM typeId; ITEM value; } OTHER_NAME;
Data Fields | |
| ITEM | typeId |
An ITEM structure whose data member points to an OID for the type of value. | |
| ITEM | value |
An ITEM structure whose data member points to the value of the other name. | |