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 a single identity that a file is protected to.
Syntax
typedef struct _ENCRYPTION_PROTECTOR {
DWORD TotalLength;
SID * UserSid;
PWSTR ProtectorDescriptor;
} ENCRYPTION_PROTECTOR, *PENCRYPTION_PROTECTOR;
Members
TotalLength
Total length of the ENCRYPTION_PROTECTOR in bytes.
UserSid
The security identifier (SID) of the user the protector belongs to. For more information, see SID (winnt.h)
ProtectorDescriptor
Identity the file is protected to (such as contoso.com) from a WIP policy.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Minimum supported server | Windows 10 |
| Header | None |