CERT_POLICY_MAPPINGS_INFO structure (wincrypt.h)
The CERT_POLICY_MAPPINGS_INFO structure provides mapping between the policy OIDs of two domains.
Syntax
typedef struct _CERT_POLICY_MAPPINGS_INFO {
DWORD cPolicyMapping;
PCERT_POLICY_MAPPING rgPolicyMapping;
} CERT_POLICY_MAPPINGS_INFO, *PCERT_POLICY_MAPPINGS_INFO;
Members
cPolicyMapping
Count of the number of elements in the rgPolicyMapping array.
rgPolicyMapping
Array of CERT_POLICY_MAPPING structures. Each element of this array provides pair of OIDs mapping the identifies of one domain to identifiers in the other domain.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |