Edit

Share via


ENCRYPTION_PROTECTOR_LIST structure

Under WIP policy, includes all the identities a file is protected to.

Syntax

typedef struct _ENCRYPTION_PROTECTOR_LIST {
    DWORD NumberOfProtectors;
    PENCRYPTION_PROTECTOR *Protectors;
} ENCRYPTION_PROTECTOR_LIST, *PENCRYPTION_PROTECTOR_LIST;

Members

NumberOfProtectors

Number of protectors in the Protectors array.

Protectors

A pointer to an ENCRYPTION_PROTECTOR structure.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows 10
Header None