Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CERT_POLICY_ID structure (wincrypt.h)

The CERT_POLICY_ID structure contains a list of certificate policies that the certificate expressly supports, together with optional qualifier information pertaining to these policies.

CERT_POLICY_ID is a component of CERT_KEY_USAGE_RESTRICTION_INFO.

Syntax

typedef struct _CERT_POLICY_ID {
 DWORD cCertPolicyElementId;
 LPSTR *rgpszCertPolicyElementId;
} CERT_POLICY_ID, *PCERT_POLICY_ID;

Members

cCertPolicyElementId

Number of elements in the rgpszCertPolicyElementId array.

rgpszCertPolicyElementId

Array of pointers to policy element identifier strings.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header wincrypt.h

See also

CERT_KEY_USAGE_RESTRICTION_INFO


Feedback

Was this page helpful?

Additional resources