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

# SID\_AND\_ATTRIBUTES

```csharp
public struct SID_AND_ATTRIBUTES
{
    public PSID Sid;
    public uint Attributes;
}
```

[PSID](/foundation/psid.md)
