Platform SDK: Files and I/O

ENCRYPTION_CERTIFICATE_LIST

The ENCRYPTION_CERTIFICATE_LIST structure is a list of certificates.

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

Members

nUsers
Specifies the number of certificates in the list.
pUsers
Pointer to the first ENCRYPTION_CERTIFICATE 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, AddUsersToEncryptedFile, ENCRYPTION_CERTIFICATE