Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |