Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 131 Bytes

crypt_integer_blob.md

File metadata and controls

9 lines (8 loc) · 131 Bytes

CRYPT_INTEGER_BLOB

public struct CRYPT_INTEGER_BLOB
{
    public uint cbData;
    public unsafe byte* pbData;
}