SecBuffer

public struct SecBuffer
{
    public uint cbBuffer;
    public uint BufferType;
    public unsafe void* pvBuffer;
}

Last updated