> 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_attributes.md).

# TOKEN\_PRIVILEGES\_ATTRIBUTES

```csharp
[Flags]
public enum TOKEN_PRIVILEGES_ATTRIBUTES : uint
{
    SE_PRIVILEGE_ENABLED = 0x00000002,
    SE_PRIVILEGE_ENABLED_BY_DEFAULT = 0x00000001,
    SE_PRIVILEGE_REMOVED = 0x00000004,
    SE_PRIVILEGE_USED_FOR_ACCESS = 0x80000000,
}
```
