> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/security/token_privileges.md).

# TOKEN\_PRIVILEGES

```csharp
public struct TOKEN_PRIVILEGES
{
    public uint PrivilegeCount;
    public LUID_AND_ATTRIBUTES Privileges;
}
```

[LUID\_AND\_ATTRIBUTES](/security/luid_and_attributes.md)
