# SecHandle

```csharp
public struct SecHandle
{
    public nuint dwLower;
    public nuint dwUpper;
}
```
