CERT_POLICIES_INFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CERT_EXTENSION
CERT_POLICY_INFO