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.
- rgPolicyInfo
Pointer to an array of CERT_POLICY_INFO structures.
Requirements
Header |
wincrypt.h |