| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
This information can include CA validation services and CA policy information, but it does not include CRLs.
The location of CRLs is specified by the CRL Distribution Points extension. (See DISTRIBUTION_POINT.)
This extension has a NON_CRITICAL default criticality. A certificate can have multiple AIA extensions simultaneously. Use this structure with C_AddExtensionValue() and C_GetExtensionValue().
#include <certext.h>
typedef struct AIA_DESCRIPTION { ITEM accessMethod; GENERAL_NAME accessLocation; } AIA_DESCRIPTION;
Data Fields | |
| ITEM | accessMethod |
An ITEM structure whose data member points to an OID that indicates the type and format of the CA access information. More... | |
| GENERAL_NAME | accessLocation |
A GENERAL_NAME structure that specifies the location of the CA access information. | |
|
|
An
|