Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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