| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
It indicates whether or not the subject of the certificate can act as a CA, and specifies the constraints on that authority. The default criticality for this extension is CRITICAL. A certificate can have only one Basic Constraints extension at a time. Use the BASIC_CONSTRAINTS structure with C_AddExtensionValue() and C_GetExtensionValue().
#include <certext.h>
typedef struct BASIC_CONSTRAINTS { unsigned int subjectType; int pathLenConstraint; } BASIC_CONSTRAINTS;
Data Fields | |
| unsigned int | subjectType |
An unsigned int value that indicates whether or not the certificate subject can act as a CA. More... | |
| int | pathLenConstraint |
An int value that indicates the maximum number of CA certificates that can follow this certificate in a certification path. More... | |
|
|
An
|
|
|
An
|