CERT_POLICY_INFO

This structure contains an object identifier specifying a policy and an optional array of policy qualifiers.

The CERT_POLICY_INFO structure is a component of the CERT_POLICIES_INFO structure.

typedef struct _CERT_POLICY_INFO {
LPSTR pszPolicyIdentifier;
DWORD cPolicyQualifier;
CERT_POLICY_QUALIFIER_INFO* rgPolicyQualifier;
} CERT_POLICY_INFO, *PCERT_POLICY_INFO;

Members

  • pszPolicyIdentifier
    Object identifier (OID) string specifying the policy.
  • cPolicyQualifier
    Number of elements in the rgPolicyQualifier array.
  • rgPolicyQualifier
    Array of CERT_POLICY_QUALIFIER_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_POLICIES_INFO, CERT_POLICY_QUALIFIER_INFO

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.