struttura CTL_ENTRY (wincrypt.h)

La struttura CTL_ENTRY è un elemento di un elenco di certificati attendibili (CTL).

Sintassi

typedef struct _CTL_ENTRY {
  CRYPT_DATA_BLOB  SubjectIdentifier;
  DWORD            cAttribute;
  PCRYPT_ATTRIBUTE rgAttribute;
} CTL_ENTRY, *PCTL_ENTRY;

Members

SubjectIdentifier

BLOB contenente un identificatore univoco di un oggetto. Può essere un hash o qualsiasi sequenza di byte univoca.

cAttribute

Conteggio degli elementi nella matrice membro rgAttribute .

rgAttribute

Matrice di strutture CRYPT_ATTRIBUTE , ognuna contenente informazioni sull'oggetto.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wincrypt.h

Vedi anche

CRYPT_ATTRIBUTE

CRYPT_INTEGER_BLOB

CTL_INFO