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.
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 |