For the complete documentation index, see llms.txt. This page is also available as Markdown.

SecBuffer

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

Last updated