SecHandle

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

Last updated