| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
This value indicates one or more purposes for which the public key in a certificate can be used. It can be used for these extended purposes in addition to, or in place of, the basic purposes indicated in the KEY_USAGE extension. Extended key purposes can be defined by any organization with a need to do so. The default criticality for this extension is NON_CRITICAL. A certificate can have multiple Extended Key Usage extensions at the same time. Use the this structure with C_AddExtensionValue() and C_GetExtensionValue().
#include <certext.h>
typedef struct EXTENDED_KEY_USAGE { ITEM keyUsagePurpose; } EXTENDED_KEY_USAGE;
Data Fields | |
| ITEM | keyUsagePurpose |
An ITEM structure whose data member points to the extended-key-usage OIDs that indicate the purposes of the key in the certificate. More... | |
|
|
An
|