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

# SECURITY\_ATTRIBUTES

```csharp
public struct SECURITY_ATTRIBUTES
{
    public uint nLength;
    public unsafe void* lpSecurityDescriptor;
    public BOOL bInheritHandle;
}
```
