Sequence-like object that contains a group of buffers to be used with SSPI functions.
This object is created using win32security.PySecBufferDescType(Version), where Version is an int that
defaults to SECBUFFER_VERSION if not passed in.
-
Adds a PySecBuffer to the list of buffers
PySecBufferDesc.append
append(buffer) Adds a PySecBuffer to the buffer configuration
-
buffer :
PySecBuffer object to be attached to the group of buffers