estructura ENCRYPTION_CERTIFICATE_LIST (winefs.h)

Contiene una lista de certificados.

Sintaxis

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

Miembros

nUsers

Número de certificados de la lista.

pUsers

Puntero a la primera estructura ENCRYPTION_CERTIFICATE de la lista.

Requisitos

   
Cliente mínimo compatible Windows XP Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado winefs.h (incluye Windows.h)

Consulte también

AddUsersToEncryptedFile

ENCRYPTION_CERTIFICATE

Cifrado de archivos