class GSSAPI::LibGSSAPI::ManagedGssBufferDesc

This class implements the gss_buffer_desc type. Use pointer to emulate gss_buffer_t Only functions that need to call gss_release_buffer should use this type. It states in the manpage for each function whether or not it should be called. If it does not you should be using UnManagedGssBufferDesc instead.