CERT_POLICIES_INFO

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 {
DWORD cPolicyInfo;
CERT_POLICY_INFO* rgPolicyInfo;
} CERT_POLICIES_INFO,  *PCERT_POLICIES_INFO;

Members

  • cPolicyInfo
    Number of elements in the rgPolicyInfo array.
  • rgPolicyInfo
    Array of CERT_POLICY_INFO structures.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 or later Wincrypt.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

CERT_EXTENSION, CERT_POLICY_INFO

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.