RSA BSAFE Cert-C

Certificate Components for C

Crypto-C 6.2.1 Developer's Guide
Search

EXTENSION_ATTRIBUTES Reference

When specifying an 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_ATTRIBUTEextensionAttribute
 A pointer to an array of EXTENSION_ATTRIBUTE structures that represent the extension attributes of the O/R address.


Field Documentation

unsigned int extensionAttributesCount
 

An unsigned int value that indicates the number of elements in the extensionAttribute array. The maximum number of extensionAttribute elements is UB_ExtensionAttributes.


Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 067-001001-2720-001-000 - 2.7.2