Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |