CRL_DIST_POINTS_INFO structure (wincrypt.h)

The CRL_DIST_POINTS_INFO structure contains a list of certificate revocation list (CRL) distribution points a certificate user can reference to determine whether the certificate has been revoked.

Syntax

typedef struct _CRL_DIST_POINTS_INFO {
  DWORD           cDistPoint;
  PCRL_DIST_POINT rgDistPoint;
} CRL_DIST_POINTS_INFO, *PCRL_DIST_POINTS_INFO;

Members

cDistPoint

Number of elements in the rgDistPoint member array.

rgDistPoint

Array of CRL_DIST_POINT structures.

Requirements

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

See also

CRL_DIST_POINT