Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 710 Bytes

PySecBufferDesc.md

File metadata and controls

30 lines (15 loc) · 710 Bytes

PySecBufferDesc

PySecBufferDesc Object

Sequence-like object that contains a group of buffers to be used with SSPI functions.

Comments

This object is created using win32security.PySecBufferDescType(Version), where Version is an int that

defaults to SECBUFFER_VERSION if not passed in.

Methods

append(buffer) Adds a PySecBuffer to the buffer configuration

Parameters

  • buffer :

    PySecBuffer object to be attached to the group of buffers