> 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/luid_and_attributes.md).

# LUID\_AND\_ATTRIBUTES

```csharp
public struct LUID_AND_ATTRIBUTES
{
    public LUID Luid;
    public TOKEN_PRIVILEGES_ATTRIBUTES Attributes;
}
```

[LUID](/foundation/luid.md)

[TOKEN\_PRIVILEGES\_ATTRIBUTES](/security/token_privileges_attributes.md)
