CERT_POLICIES_INFO (Compact 2013)

3/28/2014

This structure contains an array of the CERT_POLICY_INFO structure.

The CryptDecodeObject function creates an instance of this structure when performed on a CERT_EXTENSION structure's Value member with the structure's pszObjId member set to szOID_CERT_POLICIES.

An instance of this structure can be used as input to the CryptEncodeObject function to create an appropriate CERT_EXTENSION structure.

Syntax

typedef struct _CERT_POLICIES_INFO {
  DWORD cPolicyInfo;
  CERT_POLICY_INFO* rgPolicyInfo;
} CERT_POLICIES_INFO, *PCERT_POLICIES_INFO;

Members

  • cPolicyInfo
    Number of elements in the rgPolicyInfo array.

Requirements

Header

wincrypt.h

See Also

Reference

Cryptography Structures
CERT_EXTENSION
CERT_POLICY_INFO