次の方法で共有


CERT_POLICY_QUALIFIER_INFO (Windows CE 5.0)

Send Feedback

This structure contains an object identifier specifying the qualifier and qualifier-specific supplemental information.

The CERT_POLICY_QUALIFIER_INFO structure is a part of the CERT_POLICY_INFO structure.

typedef struct _CERT_POLICY_QUALIFIER_INFO {LPSTRpszPolicyQualifierId;CRYPT_OBJID_BLOBQualifier;} CERT_POLICY_QUALIFIER_INFO, *PCERT_POLICY_QUALIFIER_INFO;

Members

  • pszPolicyQualifierId
    Object identifier (OID) specifying the qualifier.
  • Qualifier
    CRYPT_OBJID_BLOB structure containing qualifier-specific supplemental information.

Requirements

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

See Also

BLOB (Cryptography) | CERT_POLICY_INFO | CRYPT_OBJID_BLOB

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.