Platform SDK: Files and I/O

ENCRYPTION_CERTIFICATE_HASH_LIST

The ENCRYPTION_CERTIFICATE_HASH_LIST structure is a list of certificate hashes.

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

Members

nCert_Hash
Specifies the number of certificate hashes in the list.
pUsers
Pointer to the first ENCRYPTION_CERTIFICATE_HASH structure in the list.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Winefs.h; include Windows.h.

See Also

File Systems Overview, File System Structures, ENCRYPTION_CERTIFICATE_HASH, FreeEncryptionCertificateHashList, QueryRecoveryAgentsOnEncryptedFile, QueryUsersOnEncryptedFile, RemoveUsersFromEncryptedFile