Share via


CERT_POLICIES_INFO (Windows CE 5.0)

Send Feedback

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.

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

Members

  • cPolicyInfo
    Number of elements in the rgPolicyInfo array.
  • rgPolicyInfo
    Pointer to an array of CERT_POLICY_INFO structures.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.

See Also

CERT_EXTENSION | CERT_POLICY_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.