Condividi tramite


struttura FWP_TOKEN_INFORMATION (fwptypes.h)

La struttura FWP_TOKEN_INFORMATION definisce un set di identificatori di sicurezza usati per la classificazione in modalità utente.

Sintassi

typedef struct FWP_TOKEN_INFORMATION_ {
  ULONG               sidCount;
  PSID_AND_ATTRIBUTES sids;
  ULONG               restrictedSidCount;
  PSID_AND_ATTRIBUTES restrictedSids;
} FWP_TOKEN_INFORMATION;

Members

sidCount

Numero di strutture SID_AND_ATTRIBUTES archiviate nella matrice sids .

sids

Matrice di strutture SID_AND_ATTRIBUTES contenenti informazioni sulla sicurezza di utenti e gruppi.

restrictedSidCount

Numero di strutture SID_AND_ATTRIBUTES archiviate nella matrice restrictedSids .

restrictedSids

Matrice di strutture SID_AND_ATTRIBUTES contenenti informazioni di sicurezza con SID con restrizioni.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione fwptypes.h