CERT_POLICY_QUALIFIER_INFO structure (wincrypt.h)
The CERT_POLICY_QUALIFIER_INFO structure contains an object identifier (OID) specifying the qualifier and qualifier-specific supplemental information.
The CERT_POLICY_QUALIFIER_INFO structure is a component of CERT_POLICY_INFO.
Syntax
typedef struct _CERT_POLICY_QUALIFIER_INFO {
LPSTR pszPolicyQualifierId;
CRYPT_OBJID_BLOB Qualifier;
} CERT_POLICY_QUALIFIER_INFO, *PCERT_POLICY_QUALIFIER_INFO;
Members
pszPolicyQualifierId
OID specifying the qualifier.
Qualifier
A CRYPT_OBJID_BLOB structure that contains qualifier specific supplemental information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |