struttura ENCRYPTION_PROTECTOR

Nei criteri WIP include una singola identità in cui è protetto un file.

Sintassi

typedef struct _ENCRYPTION_PROTECTOR {
    DWORD TotalLength;
    SID * UserSid;
    PWSTR ProtectorDescriptor;
} ENCRYPTION_PROTECTOR, *PENCRYPTION_PROTECTOR;

Members

TotalLength

Lunghezza totale del ENCRYPTION_PROTECTOR in byte.

UserSid

L'identificatore di sicurezza (SID) dell'utente a cui appartiene la protezione. Per altre informazioni, vedere SID (winnt.h)

ProtectorDescriptor

L'identità del file è protetta da un criterio WIP, ad esempio contoso.com.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows 10
Intestazione Nessuno