Share via


FWP_TOKEN_INFORMATION (Compact 2013)

3/26/2014

This structure defines a set of security identifiers that are used for user-mode classification.

Syntax

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

Members

  • sidCount
    The number of SID_AND_ATTRIBUTES structures stored in the sids array
  • sids
    An array of SID_AND_ATTRIBUTES structures containing user and group security information
  • restrictedSidCount
    The number of SID_AND_ATTRIBUTES structures stored in the restrictedSids array
  • restrictedSids
    An array of SID_AND_ATTRIBUTES structures containing restricted SIDs security information

Requirements

Header

fwpmu.h

See Also

Reference

WFP Shared Structures

Other Resources

Windows Filtering Platform