CRL_DIST_POINTS_INFO

The CRL_DIST_POINTS_INFO structure identifies a list of CRL distribution point to which a certificate user should refer to ascertain if the certificate has been revoked.

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

Members

cDistPoint
The number of elements in the array rgDistPoint.
rgDistPoint
An array of CRL_DIST_POINT structures.

See Also

CRL_DIST_POINT