struttura CRL_DIST_POINTS_INFO (wincrypt.h)
La struttura CRL_DIST_POINTS_INFO contiene un elenco di punti di distribuzione dell'elenco di revoche di certificati (CRL) a cui un utente del certificato può fare riferimento per determinare se il certificato è stato revocato.
Sintassi
typedef struct _CRL_DIST_POINTS_INFO {
DWORD cDistPoint;
PCRL_DIST_POINT rgDistPoint;
} CRL_DIST_POINTS_INFO, *PCRL_DIST_POINTS_INFO;
Members
cDistPoint
Numero di elementi nella matrice di membri rgDistPoint .
rgDistPoint
Matrice di strutture CRL_DIST_POINT .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | wincrypt.h |