Compartir a través de


estructura ENCRYPTION_CERTIFICATE_HASH_LIST (winefs.h)

Contiene una lista de hashes de certificado.

Sintaxis

typedef struct _ENCRYPTION_CERTIFICATE_HASH_LIST {
  DWORD                        nCert_Hash;
  PENCRYPTION_CERTIFICATE_HASH *pUsers;
} ENCRYPTION_CERTIFICATE_HASH_LIST, *PENCRYPTION_CERTIFICATE_HASH_LIST;

Miembros

nCert_Hash

Número de hashes de certificado en la lista.

pUsers

Puntero a la primera estructura ENCRYPTION_CERTIFICATE_HASH de la lista.

Requisitos

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

Consulte también

ENCRYPTION_CERTIFICATE_HASH

Cifrado de archivos

FreeEncryptionCertificateHashList

QueryRecoveryAgentsOnEncryptedFile

QueryUsersOnEncryptedFile

RemoveUsersFromEncryptedFile