public struct SecBuffer { public uint cbBuffer; public uint BufferType; public unsafe void* pvBuffer; }
Last updated 10 months ago