CERT_POLICY_MAPPING structure (wincrypt.h)
The CERT_POLICY_MAPPING structure contains a mapping between issuer domain and subject domain policy OIDs.
Syntax
typedef struct _CERT_POLICY_MAPPING {
LPSTR pszIssuerDomainPolicy;
LPSTR pszSubjectDomainPolicy;
} CERT_POLICY_MAPPING, *PCERT_POLICY_MAPPING;
Members
pszIssuerDomainPolicy
pszObjId of an issuer domain policy.
pszSubjectDomainPolicy
pszObjId of the equivalent subject domain policy.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |