PasswordInput.newBuffer

Request a new or larger buffer.

PasswordInput keeps track of all the buffers that have been used since its creation in order to make it possible to shred the contents once they're unnecessary.

class PasswordInput
protected override
void
newBuffer
(
size_t minimumSize = 64
)

Parameters

minimumSize size_t

Minimum size to allocate for the buffer.

Meta