| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
This extension is used only in CA certificates. It constrains path validation by requiring a policy identifier or by prohibiting policy mapping. The default criticality for this extension is NON_CRITICAL. A certificate can have only one Policy Constraints extension at a time. Use this structure with C_AddExtensionValue() and C_GetExtensionValue().
#include <certext.h>
typedef struct POLICY_CONSTRAINTS_36 { int requireExplicitPolicy; int inhibitPolicyMapping; } POLICY_CONSTRAINTS_36;
Data Fields | |
| int | requireExplicitPolicy |
An int value that indicates the number of certificates to skip before policy constraints apply. More... | |
| int | inhibitPolicyMapping |
An int value that indicates the number of certificates to skip before policy mapping is not permitted. More... | |
|
|
An |
|
|
An |