Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ENCRYPTION_CERTIFICATE_LIST structure (winefs.h)

Contains a list of certificates.

Syntax

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

Members

nUsers

The number of certificates in the list.

pUsers

A pointer to the first ENCRYPTION_CERTIFICATE structure in the list.

Requirements

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

See also

AddUsersToEncryptedFile

ENCRYPTION_CERTIFICATE

File Encryption


Feedback

Was this page helpful?

Additional resources