# WindowsSecurityContextOptionsV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [WindowsSecurityContextOptionsV1](/reference/api/csharp/aspire.hosting.kubernetes/windowssecuritycontextoptionsv1.md)
- Kind: `Constructors`
- Members: `1`

Represents the Windows-specific security context options for a container or pod in Kubernetes.

## WindowsSecurityContextOptionsV1

- Name: `Constructor`

```csharp
public sealed class WindowsSecurityContextOptionsV1
{
    public WindowsSecurityContextOptionsV1()
    {
        // ...
    }
}
```
