| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
OR_ADDRESS structure (as a member of an ALTERNATE_NAME structure), use this structure to store the extension attributes of the O/R address.
#include <certext.h>
typedef struct EXTENSION_ATTRIBUTES { unsigned int extensionAttributesCount; EXTENSION_ATTRIBUTE *extensionAttribute; } EXTENSION_ATTRIBUTES;
Data Fields | |
| unsigned int | extensionAttributesCount |
An unsigned int value that indicates the number of elements in the extensionAttribute array. More... | |
| EXTENSION_ATTRIBUTE* | extensionAttribute |
A pointer to an array of EXTENSION_ATTRIBUTE structures that represent the extension attributes of the O/R address. | |
|
|
An |