ENCRYPTION_CERTIFICATE_HASH_LIST structure (winefs.h)

Contains a list of certificate hashes.

Syntax

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

Members

nCert_Hash

The number of certificate hashes in the list.

pUsers

A pointer to the first ENCRYPTION_CERTIFICATE_HASH structure in the list.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header winefs.h (include Windows.h)

See also

ENCRYPTION_CERTIFICATE_HASH

File Encryption

FreeEncryptionCertificateHashList

QueryRecoveryAgentsOnEncryptedFile

QueryUsersOnEncryptedFile

RemoveUsersFromEncryptedFile