CERT_CRL_CONTEXT_PAIR structure (wincrypt.h)

The CERT_CRL_CONTEXT_PAIR structure contains a certificate context and an associated CRL context.

Syntax

typedef struct _CERT_CRL_CONTEXT_PAIR {
  PCCERT_CONTEXT pCertContext;
  PCCRL_CONTEXT  pCrlContext;
} CERT_CRL_CONTEXT_PAIR, *PCERT_CRL_CONTEXT_PAIR;

Members

pCertContext

A pointer to a certificate context.

pCrlContext

A pointer to the certificate revocation list context.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header wincrypt.h