RSA Security logo

RSA BSAFE Cert-C
API Reference

EXTENSION_ATTRIBUTES Reference

When specifying an OR_ADDRESS structure (as a member of an ALTERNATE_NAME structure), use the EXTENSION_ATTRIBUTES structure to store the extension attributes of the O/R Address.

Data Fields
extensionAttributesCount An unsigned int value that indicates the number of elements in the extensionAttribute array. The maximum number of extensionAttribute elements is UB_ExtensionAttributes.
extensionAttribute A pointer to an array of EXTENSION_ATTRIBUTE structures that represent the extension attributes of the O/R Address.

#include <certext.h>

01505 typedef struct EXTENSION_ATTRIBUTES {
01506   unsigned int         extensionAttributesCount;
01507   EXTENSION_ATTRIBUTE *extensionAttribute;
01508 } EXTENSION_ATTRIBUTES;

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


RSA BSAFE® Cert-C 2.7 API Reference