struttura ENCRYPTION_CERTIFICATE_LIST (winefs.h)

Contiene un elenco di certificati.

Sintassi

typedef struct _ENCRYPTION_CERTIFICATE_LIST {
  DWORD                   nUsers;
  PENCRYPTION_CERTIFICATE *pUsers;
} ENCRYPTION_CERTIFICATE_LIST, *PENCRYPTION_CERTIFICATE_LIST;

Members

nUsers

Numero di certificati nell'elenco.

pUsers

Puntatore alla prima struttura ENCRYPTION_CERTIFICATE nell'elenco.

Requisiti

   
Client minimo supportato Windows XP Professional [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winefs.h (include Windows.h)

Vedi anche

AddUsersToEncryptedFile

ENCRYPTION_CERTIFICATE

Crittografia file